#6AC7BE

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

Shades of Downy #6AC7BE

Tints of Downy #6AC7BE

Color information

#6AC7BE (or 0x6AC7BE) is unknown color: approx Downy. HEX triplet: 6A, C7 and BE. RGB value is (106,199,190). Sum of RGB (Red+Green+Blue) = 106+199+190=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7BE is #953841. Grayscale: #AAAAAA. Windows color (decimal): -9779266 or 12502890. OLE color: 12502890.

HSL color Cylindrical-coordinate representation of color #6AC7BE: hue angle of 174.19º 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 #6AC7BE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB106199190-
CMYK0.4700.050.22
HSL174.19º45.37%59.8%-
HSV(B)174.19º46.73%78.04%-
XYZ35.6647.6356.03-
YUV170.17139.1982.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.41%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=21.41%
G=40.20%
B=38.38%

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
Decimal1061991900.4700.050.22174.1945.3759.8
Hex6AC7BE2F0516ae2d3c
Octal1523072765705262565574
Binary1101010110001111011111010111101011011010101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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