#6ED7CC

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

Shades of Downy #6ED7CC

Tints of Downy #6ED7CC

Color information

#6ED7CC (or 0x6ED7CC) is unknown color: approx Downy. HEX triplet: 6E, D7 and CC. RGB value is (110,215,204). Sum of RGB (Red+Green+Blue) = 110+215+204=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7CC is #912833. Grayscale: #B6B6B6. Windows color (decimal): -9513012 or 13424494. OLE color: 13424494.

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

Color convert

RGB110215204-
CMYK0.4900.050.16
HSL173.71º56.76%63.73%-
HSV(B)173.71º48.84%84.31%-
XYZ41.6356.2865.79-
YUV182.35140.2176.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.79%
GREEN value IS 215 (84.38% from 255) = 40.64%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=20.79%
G=40.64%
B=38.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102152040.4900.050.16173.7156.7663.73
Hex6ED7CC310510ae3940
Octal15632731461052025671100
Binary11011101101011111001100110001010110000101011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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