#6DCBCF

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

Shades of Spray #6DCBCF

Tints of Spray #6DCBCF

Color information

#6DCBCF (or 0x6DCBCF) is unknown color: approx Spray. HEX triplet: 6D, CB and CF. RGB value is (109,203,207). Sum of RGB (Red+Green+Blue) = 109+203+207=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBCF is #923430. Grayscale: #AFAFAF. Windows color (decimal): -9581617 or 13618029. OLE color: 13618029.

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

Color convert

RGB109203207-
CMYK0.470.0200.19
HSL182.45º50.52%61.96%-
HSV(B)182.45º47.34%81.18%-
XYZ38.9350.4766.72-
YUV175.35145.8680.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.00%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=21.00%
G=39.11%
B=39.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092032070.470.0200.19182.4550.5261.96
Hex6DCBCF2F2013b6333e
Octal1553133175720232666376
Binary110110111001011110011111011111001001110110110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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