#6EC8B8

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

Shades of Downy #6EC8B8

Tints of Downy #6EC8B8

Color information

#6EC8B8 (or 0x6EC8B8) is unknown color: approx Downy. HEX triplet: 6E, C8 and B8. RGB value is (110,200,184). Sum of RGB (Red+Green+Blue) = 110+200+184=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC8B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8B8 is #913747. Grayscale: #ABABAB. Windows color (decimal): -9516872 or 12109934. OLE color: 12109934.

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

Color convert

RGB110200184-
CMYK0.4500.080.22
HSL169.33º45%60.78%-
HSV(B)169.33º45%78.43%-
XYZ35.7448.0852.75-
YUV171.27135.1884.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.27%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 184 (72.27% from 255) = 37.25%
R=22.27%
G=40.49%
B=37.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1102001840.4500.080.22169.334560.78
Hex6EC8B82D0816a92d3d
Octal15631027055010262515575
Binary11011101100100010111000101101010001011010101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,200,184); }

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

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

 a { background-color: rgb(110,200,184); }

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

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

 span { border-color: rgb(110,200,184); }

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