#6DCADD

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

Shades of Spray #6DCADD

Tints of Spray #6DCADD

Color information

#6DCADD (or 0x6DCADD) is unknown color: approx Spray. HEX triplet: 6D, CA and DD. RGB value is (109,202,221). Sum of RGB (Red+Green+Blue) = 109+202+221=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADD is #923522. Grayscale: #B0B0B0. Windows color (decimal): -9581859 or 14535277. OLE color: 14535277.

HSL color Cylindrical-coordinate representation of color #6DCADD: hue angle of 190.18º degrees, saturation: 0.62, 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 #6DCADD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109202221-
CMYK0.510.0900.13
HSL190.18º62.22%64.71%-
HSV(B)190.18º50.68%86.67%-
XYZ40.4850.7176.06-
YUV176.36153.1979.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.49%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=20.49%
G=37.97%
B=41.54%

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
Decimal1092022210.510.0900.13190.1862.2264.71
Hex6DCADD3390Dbe3e41
Octal155312335631101527676101
Binary11011011100101011011101110011100101101101111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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