#6ACACD

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

Shades of Downy #6ACACD

Tints of Downy #6ACACD

Color information

#6ACACD (or 0x6ACACD) is unknown color: approx Downy. HEX triplet: 6A, CA and CD. RGB value is (106,202,205). Sum of RGB (Red+Green+Blue) = 106+202+205=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ACACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACACD is #953532. Grayscale: #ADADAD. Windows color (decimal): -9778483 or 13486698. OLE color: 13486698.

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

Color convert

RGB106202205-
CMYK0.480.0100.20
HSL181.82º49.75%60.98%-
HSV(B)181.82º48.29%80.39%-
XYZ38.0849.7165.35-
YUV173.64145.779.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.66%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=20.66%
G=39.38%
B=39.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062022050.480.0100.20181.8249.7560.98
Hex6ACACD301014b6323d
Octal1523123156010242666275
Binary11010101100101011001101110000101010010110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,205); }

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

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

 a { background-color: rgb(106,202,205); }

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

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

 span { border-color: rgb(106,202,205); }

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