#6ac7bd

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

Shades of Downy #6AC7BD

Tints of Downy #6AC7BD

Color information

#6AC7BD (or 0x6AC7BD) is unknown color: approx Downy. HEX triplet: 6A, C7 and BD. RGB value is (106,199,189). Sum of RGB (Red+Green+Blue) = 106+199+189=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7BD is #953842. Grayscale: #A9A9A9. Windows color (decimal): -9779267 or 12437354. OLE color: 12437354.

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

Color convert

RGB106199189-
CMYK0.4700.050.22
HSL173.55º45.37%59.8%-
HSV(B)173.55º46.73%78.04%-
XYZ35.5547.5955.46-
YUV170.05138.6982.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 199 (78.12% from 255) = 40.28%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=21.46%
G=40.28%
B=38.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061991890.4700.050.22173.5545.3759.8
Hex6AC7BD2F0516ae2d3c
Octal1523072755705262565574
Binary1101010110001111011110110111101011011010101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ac7bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,199,189); }

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

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

 a { background-color: rgb(106,199,189); }

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

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

 span { border-color: rgb(106,199,189); }

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