#6DCBD3

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

Shades of Spray #6DCBD3

Tints of Spray #6DCBD3

Color information

#6DCBD3 (or 0x6DCBD3) is unknown color: approx Spray. HEX triplet: 6D, CB and D3. RGB value is (109,203,211). Sum of RGB (Red+Green+Blue) = 109+203+211=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #6DCBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBD3 is #92342C. Grayscale: #AFAFAF. Windows color (decimal): -9581613 or 13880173. OLE color: 13880173.

HSL color Cylindrical-coordinate representation of color #6DCBD3: hue angle of 184.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DCBD3 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB109203211-
CMYK0.480.0400.17
HSL184.71º53.68%62.75%-
HSV(B)184.71º48.34%82.75%-
XYZ39.4250.6769.33-
YUV175.81147.8680.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.84%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 211 (82.81% from 255) = 40.34%
R=20.84%
G=38.81%
B=40.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1092032110.480.0400.17184.7153.6862.75
Hex6DCBD3304011b9363f
Octal1553133236040212716677
Binary1101101110010111101001111000010001000110111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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