#6fc6de

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

Shades of Spray #6FC6DE

Tints of Spray #6FC6DE

Color information

#6FC6DE (or 0x6FC6DE) is unknown color: approx Spray. HEX triplet: 6F, C6 and DE. RGB value is (111,198,222). Sum of RGB (Red+Green+Blue) = 111+198+222=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FC6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC6DE is #903921. Grayscale: #AEAEAE. Windows color (decimal): -9451810 or 14599791. OLE color: 14599791.

HSL color Cylindrical-coordinate representation of color #6FC6DE: hue angle of 192.97º 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 #6FC6DE is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111198222-
CMYK0.50.1100.13
HSL192.97º62.71%65.29%-
HSV(B)192.97º50%87.06%-
XYZ39.9349.0476.47-
YUV174.72154.6882.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=20.90%
G=37.29%
B=41.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111982220.50.1100.13192.9762.7165.29
Hex6FC6DE32B0Dc13f41
Octal157306336621301530177101
Binary11011111100011011011110110010101101101110000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fc6de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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