#6FAAE0

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

Shades of Jordy Blue #6FAAE0

Tints of Jordy Blue #6FAAE0

Color information

#6FAAE0 (or 0x6FAAE0) is unknown color: approx Jordy Blue. HEX triplet: 6F, AA and E0. RGB value is (111,170,224). Sum of RGB (Red+Green+Blue) = 111+170+224=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FAAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAAE0 is #90551F. Grayscale: #9E9E9E. Windows color (decimal): -9458976 or 14723695. OLE color: 14723695.

HSL color Cylindrical-coordinate representation of color #6FAAE0: hue angle of 208.67º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FAAE0 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111170224-
CMYK0.500.2400.12
HSL208.67º64.57%65.69%-
HSV(B)208.67º50.45%87.84%-
XYZ34.3837.5175.95-
YUV158.51164.9594.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.98%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=21.98%
G=33.66%
B=44.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111702240.500.2400.12208.6764.5765.69
Hex6FAAE032180Cd14142
Octal1572523406230014321101102
Binary1101111101010101110000011001011000011001101000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,224); }

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

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

 a { background-color: rgb(111,170,224); }

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

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

 span { border-color: rgb(111,170,224); }

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