#6DCBDC

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

Shades of Spray #6DCBDC

Tints of Spray #6DCBDC

Color information

#6DCBDC (or 0x6DCBDC) is unknown color: approx Spray. HEX triplet: 6D, CB and DC. RGB value is (109,203,220). Sum of RGB (Red+Green+Blue) = 109+203+220=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBDC is #923423. Grayscale: #B0B0B0. Windows color (decimal): -9581604 or 14469997. OLE color: 14469997.

HSL color Cylindrical-coordinate representation of color #6DCBDC: hue angle of 189.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCBDC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109203220-
CMYK0.500.0800.14
HSL189.19º61.33%64.51%-
HSV(B)189.19º50.45%86.27%-
XYZ40.5851.1375.44-
YUV176.83152.3679.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.49%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=20.49%
G=38.16%
B=41.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092032200.500.0800.14189.1961.3364.51
Hex6DCBDC3280Ebd3d41
Octal155313334621001627575101
Binary11011011100101111011100110010100001110101111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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