#6DCADC

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

Shades of Spray #6DCADC

Tints of Spray #6DCADC

Color information

#6DCADC (or 0x6DCADC) is unknown color: approx Spray. HEX triplet: 6D, CA and DC. RGB value is (109,202,220). Sum of RGB (Red+Green+Blue) = 109+202+220=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADC is #923523. Grayscale: #B0B0B0. Windows color (decimal): -9581860 or 14469741. OLE color: 14469741.

HSL color Cylindrical-coordinate representation of color #6DCADC: hue angle of 189.73º 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 #6DCADC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109202220-
CMYK0.500.0800.14
HSL189.73º61.33%64.51%-
HSV(B)189.73º50.45%86.27%-
XYZ40.3550.6675.36-
YUV176.24152.6980.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.53%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=20.53%
G=38.04%
B=41.43%

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
Decimal1092022200.500.0800.14189.7361.3364.51
Hex6DCADC3280Ebe3d41
Octal155312334621001627675101
Binary11011011100101011011100110010100001110101111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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