#6CD9C8

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

Shades of Downy #6CD9C8

Tints of Downy #6CD9C8

Color information

#6CD9C8 (or 0x6CD9C8) is unknown color: approx Downy. HEX triplet: 6C, D9 and C8. RGB value is (108,217,200). Sum of RGB (Red+Green+Blue) = 108+217+200=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD9C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD9C8 is #932637. Grayscale: #B6B6B6. Windows color (decimal): -9643576 or 13162860. OLE color: 13162860.

HSL color Cylindrical-coordinate representation of color #6CD9C8: hue angle of 170.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD9C8 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB108217200-
CMYK0.5000.080.15
HSL170.64º58.92%63.73%-
HSV(B)170.64º50.23%85.1%-
XYZ41.4256.9863.46-
YUV182.47137.8974.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.57%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=20.57%
G=41.33%
B=38.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1082172000.5000.080.15170.6458.9263.73
Hex6CD9C83208Fab3b40
Octal154331310620101725373100
Binary11011001101100111001000110010010001111101010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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