#6DCCC7

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

Shades of Downy #6DCCC7

Tints of Downy #6DCCC7

Color information

#6DCCC7 (or 0x6DCCC7) is unknown color: approx Downy. HEX triplet: 6D, CC and C7. RGB value is (109,204,199). Sum of RGB (Red+Green+Blue) = 109+204+199=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCC7 is #923338. Grayscale: #AEAEAE. Windows color (decimal): -9581369 or 13093997. OLE color: 13093997.

HSL color Cylindrical-coordinate representation of color #6DCCC7: hue angle of 176.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCC7 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB109204199-
CMYK0.4700.020.2
HSL176.84º48.22%61.37%-
HSV(B)176.84º46.57%80%-
XYZ38.2150.5661.78-
YUV175.02141.5380.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.29%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=21.29%
G=39.84%
B=38.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1092041990.4700.020.2176.8448.2261.37
Hex6DCCC72F0214b1303d
Octal1553143075702242616075
Binary110110111001100110001111011110101010010110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,204,199); }

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

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

 a { background-color: rgb(109,204,199); }

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

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

 span { border-color: rgb(109,204,199); }

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