#6FC9CD

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

Shades of Spray #6FC9CD

Tints of Spray #6FC9CD

Color information

#6FC9CD (or 0x6FC9CD) is unknown color: approx Spray. HEX triplet: 6F, C9 and CD. RGB value is (111,201,205). Sum of RGB (Red+Green+Blue) = 111+201+205=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FC9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9CD is #903632. Grayscale: #AEAEAE. Windows color (decimal): -9451059 or 13486447. OLE color: 13486447.

HSL color Cylindrical-coordinate representation of color #6FC9CD: hue angle of 182.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FC9CD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111201205-
CMYK0.460.0200.20
HSL182.55º48.45%61.96%-
HSV(B)182.55º45.85%80.39%-
XYZ38.4649.5665.3-
YUV174.55145.1882.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.47%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=21.47%
G=38.88%
B=39.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112012050.460.0200.20182.5548.4561.96
Hex6FC9CD2E2014b7303e
Octal1573113155620242676076
Binary110111111001001110011011011101001010010110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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