#6DCADE

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

Shades of Spray #6DCADE

Tints of Spray #6DCADE

Color information

#6DCADE (or 0x6DCADE) is unknown color: approx Spray. HEX triplet: 6D, CA and DE. RGB value is (109,202,222). Sum of RGB (Red+Green+Blue) = 109+202+222=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADE is #923521. Grayscale: #B0B0B0. Windows color (decimal): -9581858 or 14600813. OLE color: 14600813.

HSL color Cylindrical-coordinate representation of color #6DCADE: hue angle of 190.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCADE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109202222-
CMYK0.510.0900.13
HSL190.62º63.13%64.9%-
HSV(B)190.62º50.9%87.06%-
XYZ40.6150.7776.77-
YUV176.47153.6979.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.45%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=20.45%
G=37.90%
B=41.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092022220.510.0900.13190.6263.1364.9
Hex6DCADE3390Dbf3f41
Octal155312336631101527777101
Binary11011011100101011011110110011100101101101111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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