#64C6CA

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

Shades of Downy #64C6CA

Tints of Downy #64C6CA

Color information

#64C6CA (or 0x64C6CA) is unknown color: approx Downy. HEX triplet: 64, C6 and CA. RGB value is (100,198,202). Sum of RGB (Red+Green+Blue) = 100+198+202=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #64C6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C6CA is #9B3935. Grayscale: #A9A9A9. Windows color (decimal): -10172726 or 13289060. OLE color: 13289060.

HSL color Cylindrical-coordinate representation of color #64C6CA: hue angle of 182.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C6CA is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100198202-
CMYK0.500.0200.21
HSL182.35º49.04%59.22%-
HSV(B)182.35º50.5%79.22%-
XYZ36.1147.3663.12-
YUV169.15146.5378.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=20%
G=39.6%
B=40.4%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001982020.500.0200.21182.3549.0459.22
Hex64C6CA322015b6313b
Octal1443063126220252666173
Binary110010011000110110010101100101001010110110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C6CA; }

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

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

<style>
 a { background-color: #64C6CA; }

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

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

<style>
 span { border-color: #64C6CA; }

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

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