#6FC9DE

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

Shades of Spray #6FC9DE

Tints of Spray #6FC9DE

Color information

#6FC9DE (or 0x6FC9DE) is unknown color: approx Spray. HEX triplet: 6F, C9 and DE. RGB value is (111,201,222). Sum of RGB (Red+Green+Blue) = 111+201+222=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FC9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9DE is #903621. Grayscale: #B0B0B0. Windows color (decimal): -9451042 or 14600559. OLE color: 14600559.

HSL color Cylindrical-coordinate representation of color #6FC9DE: hue angle of 191.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FC9DE is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111201222-
CMYK0.50.0900.13
HSL191.35º62.71%65.29%-
HSV(B)191.35º50%87.06%-
XYZ40.6350.4376.7-
YUV176.48153.6881.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=20.79%
G=37.64%
B=41.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112012220.50.0900.13191.3562.7165.29
Hex6FC9DE3290Dbf3f41
Octal157311336621101527777101
Binary11011111100100111011110110010100101101101111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,201,222); }

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

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

 a { background-color: rgb(111,201,222); }

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

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

 span { border-color: rgb(111,201,222); }

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