#6CDBC8

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

Shades of Downy #6CDBC8

Tints of Downy #6CDBC8

Color information

#6CDBC8 (or 0x6CDBC8) is unknown color: approx Downy. HEX triplet: 6C, DB and C8. RGB value is (108,219,200). Sum of RGB (Red+Green+Blue) = 108+219+200=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBC8 is #932437. Grayscale: #B7B7B7. Windows color (decimal): -9643064 or 13163372. OLE color: 13163372.

HSL color Cylindrical-coordinate representation of color #6CDBC8: hue angle of 169.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBC8 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB108219200-
CMYK0.5100.090.14
HSL169.73º60.66%64.12%-
HSV(B)169.73º50.68%85.88%-
XYZ41.9458.0263.63-
YUV183.64137.2374.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.49%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=20.49%
G=41.56%
B=37.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082192000.5100.090.14169.7360.6664.12
Hex6CDBC83309Eaa3d40
Octal154333310630111625275100
Binary11011001101101111001000110011010011110101010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,200); }

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

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

 a { background-color: rgb(108,219,200); }

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

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

 span { border-color: rgb(108,219,200); }

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