#6FAEE2

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

Shades of Jordy Blue #6FAEE2

Tints of Jordy Blue #6FAEE2

Color information

#6FAEE2 (or 0x6FAEE2) is unknown color: approx Jordy Blue. HEX triplet: 6F, AE and E2. RGB value is (111,174,226). Sum of RGB (Red+Green+Blue) = 111+174+226=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 226 - color contains mainly: blue. Hex color #6FAEE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEE2 is #90511D. Grayscale: #A0A0A0. Windows color (decimal): -9457950 or 14855791. OLE color: 14855791.

HSL color Cylindrical-coordinate representation of color #6FAEE2: hue angle of 207.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FAEE2 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB111174226-
CMYK0.510.2300.11
HSL207.13º66.47%66.08%-
HSV(B)207.13º50.88%88.63%-
XYZ35.4239.1477.64-
YUV161.09164.6392.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.72%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 226 (88.67% from 255) = 44.23%
R=21.72%
G=34.05%
B=44.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1111742260.510.2300.11207.1366.4766.08
Hex6FAEE233170Bcf4242
Octal1572563426327013317102102
Binary1101111101011101110001011001110111010111100111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,226); }

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

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

 a { background-color: rgb(111,174,226); }

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

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

 span { border-color: rgb(111,174,226); }

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