#6FA6E6

Color #6FA6E6 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6FA6E6

Tints of Jordy Blue #6FA6E6

Color information

#6FA6E6 (or 0x6FA6E6) is unknown color: approx Jordy Blue. HEX triplet: 6F, A6 and E6. RGB value is (111,166,230). Sum of RGB (Red+Green+Blue) = 111+166+230=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FA6E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA6E6 is #905919. Grayscale: #9C9C9C. Windows color (decimal): -9459994 or 15115887. OLE color: 15115887.

HSL color Cylindrical-coordinate representation of color #6FA6E6: hue angle of 212.27º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FA6E6 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111166230-
CMYK0.520.2800.10
HSL212.27º70.41%66.86%-
HSV(B)212.27º51.74%90.2%-
XYZ34.4736.3780.07-
YUV156.85169.2895.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 21.89%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=21.89%
G=32.74%
B=45.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111662300.520.2800.10212.2770.4166.86
Hex6FA6E6341C0Ad44643
Octal1572463466434012324106103
Binary1101111101001101110011011010011100010101101010010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FA6E6; }

 p { color: rgb(111,166,230); }

 H1.HeaderClassName
 {
   color: #6FA6E6;
 }
 .AnyTagClassName
 {
   color: #6FA6E6;
 }
</style>
background-color css

<style>
 a { background-color: #6FA6E6; }

 a { background-color: rgb(111,166,230); }

 div.DivClassName
 {
   background-color: #6FA6E6;
 }
 .BgClassName
 {
   background-color: #6FA6E6;
 }
</style>
border-color css

<style>
 span { border-color: #6FA6E6; }

 span { border-color: rgb(111,166,230); }

 td.TdClassName
 {
   border-color: #6FA6E6;
 }
 .TagClassName
 {
   border-color: #6FA6E6;
 }
</style>