Html Css Color HEX #6ED3CB Downy

📋 copy color: '#6ED3CB'

red 110 ◦ green 211 ◦ blue 203

#6ED3CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6ED3CB

Tints of Downy #6ED3CB

RGB

 RED value IS 110 (43.36% from 255) = 20.99%

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 20.99%
G = 40.27%
B = 38.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#6ED3CB (or 0x6ED3CB) is known color: Downy. HEX triplet: 6E, D3 and CB. RGB value is (110,211,203). Sum of RGB (Red+Green+Blue) = 110+211+203=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3CB is #912C34. Grayscale: #B3B3B3. Windows color (decimal): -9514037 or 13357934. OLE color: 13357934.

HSL color Cylindrical-coordinate representation of color #6ED3CB: hue angle of 175.25º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED3CB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 211 203 -
CMYK 0.48 0 0.04 0.17
HSL 175.25º 0.53% 0.63% -
HSV(B) 175.25º 0.48% 0.83% -
XYZ 40.5 54.22 64.83 -
YUV 179.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 110 211 203 0.48 0 0.04 0.17 175.25 0.53 0.63
Hex 6E D3 CB 30 0 4 11 AF 35 3F
Octal 156 323 313 60 0 4 21 257 65 77
Binary 1101110 11010011 11001011 110000 0 100 10001 10101111 110101 111111

Color Harmonies of #6ED3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED3CB

Black with #6ED3CB

Text Example


Text Example

White with #6ED3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,211,203); }

 H1.HeaderClassName
 {
   color: #6ED3CB;
 }
 .AnyTagClassName
 {
   color: #6ED3CB;
 }
</style>

background-color css

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

 a { background-color: rgb(110,211,203); }

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

border-color css

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

 span { border-color: rgb(110,211,203); }

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