#6AC9BF

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

Shades of Downy #6AC9BF

Tints of Downy #6AC9BF

Color information

#6AC9BF (or 0x6AC9BF) is unknown color: approx Downy. HEX triplet: 6A, C9 and BF. RGB value is (106,201,191). Sum of RGB (Red+Green+Blue) = 106+201+191=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC9BF is #953640. Grayscale: #ABABAB. Windows color (decimal): -9778753 or 12568938. OLE color: 12568938.

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

Color convert

RGB106201191-
CMYK0.4700.050.21
HSL173.68º46.8%60.2%-
HSV(B)173.68º47.26%78.82%-
XYZ36.2348.656.76-
YUV171.46139.0381.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.29%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 191 (75% from 255) = 38.35%
R=21.29%
G=40.36%
B=38.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062011910.4700.050.21173.6846.860.2
Hex6AC9BF2F0515ae2f3c
Octal1523112775705252565774
Binary1101010110010011011111110111101011010110101110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,201,191); }

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

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

 a { background-color: rgb(106,201,191); }

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

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

 span { border-color: rgb(106,201,191); }

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