#6ED7CF

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

Shades of Downy #6ED7CF

Tints of Downy #6ED7CF

Color information

#6ED7CF (or 0x6ED7CF) is unknown color: approx Downy. HEX triplet: 6E, D7 and CF. RGB value is (110,215,207). Sum of RGB (Red+Green+Blue) = 110+215+207=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7CF is #912830. Grayscale: #B6B6B6. Windows color (decimal): -9513009 or 13621102. OLE color: 13621102.

HSL color Cylindrical-coordinate representation of color #6ED7CF: hue angle of 175.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7CF is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB110215207-
CMYK0.4900.040.16
HSL175.43º56.76%63.73%-
HSV(B)175.43º48.84%84.31%-
XYZ41.9956.4267.71-
YUV182.69141.7176.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.68%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=20.68%
G=40.41%
B=38.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102152070.4900.040.16175.4356.7663.73
Hex6ED7CF310410af3940
Octal15632731761042025771100
Binary11011101101011111001111110001010010000101011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,215,207); }

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

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

 a { background-color: rgb(110,215,207); }

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

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

 span { border-color: rgb(110,215,207); }

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