#6FCBCF

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

Shades of Spray #6FCBCF

Tints of Spray #6FCBCF

Color information

#6FCBCF (or 0x6FCBCF) is unknown color: approx Spray. HEX triplet: 6F, CB and CF. RGB value is (111,203,207). Sum of RGB (Red+Green+Blue) = 111+203+207=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBCF is #903430. Grayscale: #AFAFAF. Windows color (decimal): -9450545 or 13618031. OLE color: 13618031.

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

Color convert

RGB111203207-
CMYK0.460.0200.19
HSL182.5º50%62.35%-
HSV(B)182.5º46.38%81.18%-
XYZ39.1750.666.73-
YUV175.95145.5281.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=21.31%
G=38.96%
B=39.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112032070.460.0200.19182.55062.35
Hex6FCBCF2E2013b6323e
Octal1573133175620232666276
Binary110111111001011110011111011101001001110110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,203,207); }

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

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

 a { background-color: rgb(111,203,207); }

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

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

 span { border-color: rgb(111,203,207); }

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