#6AD1CE

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

Shades of Downy #6AD1CE

Tints of Downy #6AD1CE

Color information

#6AD1CE (or 0x6AD1CE) is unknown color: approx Downy. HEX triplet: 6A, D1 and CE. RGB value is (106,209,206). Sum of RGB (Red+Green+Blue) = 106+209+206=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1CE is #952E31. Grayscale: #B1B1B1. Windows color (decimal): -9776690 or 13554026. OLE color: 13554026.

HSL color Cylindrical-coordinate representation of color #6AD1CE: hue angle of 178.25º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1CE is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB106209206-
CMYK0.4900.010.18
HSL178.25º52.82%61.76%-
HSV(B)178.25º49.28%81.96%-
XYZ39.8853.1266.54-
YUV177.86143.8876.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.35%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=20.35%
G=40.12%
B=39.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062092060.4900.010.18178.2552.8261.76
Hex6AD1CE310112b2353e
Octal1523213166101222626576
Binary11010101101000111001110110001011001010110010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,209,206); }

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

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

 a { background-color: rgb(106,209,206); }

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

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

 span { border-color: rgb(106,209,206); }

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