#6CCEC8

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

Shades of Downy #6CCEC8

Tints of Downy #6CCEC8

Color information

#6CCEC8 (or 0x6CCEC8) is unknown color: approx Downy. HEX triplet: 6C, CE and C8. RGB value is (108,206,200). Sum of RGB (Red+Green+Blue) = 108+206+200=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEC8 is #933137. Grayscale: #AFAFAF. Windows color (decimal): -9646392 or 13160044. OLE color: 13160044.

HSL color Cylindrical-coordinate representation of color #6CCEC8: hue angle of 176.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCEC8 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB108206200-
CMYK0.4800.030.19
HSL176.33º50%61.57%-
HSV(B)176.33º47.57%80.78%-
XYZ38.6851.562.55-
YUV176.01141.5379.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.01%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 200 (78.52% from 255) = 38.91%
R=21.01%
G=40.08%
B=38.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1082062000.4800.030.19176.335061.57
Hex6CCEC8300313b0323e
Octal1543163106003232606276
Binary110110011001110110010001100000111001110110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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