#6adfcc

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

Shades of Downy #6ADFCC

Tints of Downy #6ADFCC

Color information

#6ADFCC (or 0x6ADFCC) is unknown color: approx Downy. HEX triplet: 6A, DF and CC. RGB value is (106,223,204). Sum of RGB (Red+Green+Blue) = 106+223+204=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFCC is #952033. Grayscale: #B9B9B9. Windows color (decimal): -9773108 or 13426538. OLE color: 13426538.

HSL color Cylindrical-coordinate representation of color #6ADFCC: hue angle of 170.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFCC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB106223204-
CMYK0.5200.090.13
HSL170.26º64.64%64.51%-
HSV(B)170.26º52.47%87.45%-
XYZ43.2360.266.47-
YUV185.85138.2471.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.89%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=19.89%
G=41.84%
B=38.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062232040.5200.090.13170.2664.6464.51
Hex6ADFCC3409Daa4141
Octal1523373146401115252101101
Binary110101011011111110011001101000100111011010101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6adfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,223,204); }

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

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

 a { background-color: rgb(106,223,204); }

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

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

 span { border-color: rgb(106,223,204); }

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