#6CD9C5

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

Shades of Downy #6CD9C5

Tints of Downy #6CD9C5

Color information

#6CD9C5 (or 0x6CD9C5) is unknown color: approx Downy. HEX triplet: 6C, D9 and C5. RGB value is (108,217,197). Sum of RGB (Red+Green+Blue) = 108+217+197=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD9C5 is #93263A. Grayscale: #B6B6B6. Windows color (decimal): -9643579 or 12966252. OLE color: 12966252.

HSL color Cylindrical-coordinate representation of color #6CD9C5: hue angle of 168.99º 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 #6CD9C5 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB108217197-
CMYK0.5000.090.15
HSL168.99º58.92%63.73%-
HSV(B)168.99º50.23%85.1%-
XYZ41.0856.8561.63-
YUV182.13136.3975.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=20.69%
G=41.57%
B=37.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1082171970.5000.090.15168.9958.9263.73
Hex6CD9C53209Fa93b40
Octal154331305620111725173100
Binary11011001101100111000101110010010011111101010011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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