#6CC6CA

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

Shades of Downy #6CC6CA

Tints of Downy #6CC6CA

Color information

#6CC6CA (or 0x6CC6CA) is unknown color: approx Downy. HEX triplet: 6C, C6 and CA. RGB value is (108,198,202). Sum of RGB (Red+Green+Blue) = 108+198+202=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CC6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC6CA is #933935. Grayscale: #ABABAB. Windows color (decimal): -9648438 or 13289068. OLE color: 13289068.

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

Color convert

RGB108198202-
CMYK0.470.0200.21
HSL182.55º47%60.78%-
HSV(B)182.55º46.53%79.22%-
XYZ37.0447.8463.16-
YUV171.55145.1882.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.26%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=21.26%
G=38.98%
B=39.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081982020.470.0200.21182.554760.78
Hex6CC6CA2F2015b72f3d
Octal1543063125720252675775
Binary110110011000110110010101011111001010110110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,198,202); }

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

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

 a { background-color: rgb(108,198,202); }

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

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

 span { border-color: rgb(108,198,202); }

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