Html Css Color HEX #6EDBC3 Downy

📋 copy color: '#6EDBC3'

red 110 ◦ green 219 ◦ blue 195

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

Shades of Downy #6EDBC3

Tints of Downy #6EDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 20.99%
G = 41.79%
B = 37.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#6EDBC3 (or 0x6EDBC3) is known color: Downy. HEX triplet: 6E, DB and C3. RGB value is (110,219,195). Sum of RGB (Red+Green+Blue) = 110+219+195=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBC3 is #91243C. Grayscale: #B7B7B7. Windows color (decimal): -9511997 or 12835694. OLE color: 12835694.

HSL color Cylindrical-coordinate representation of color #6EDBC3: hue angle of 166.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBC3 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 195 -
CMYK 0.50 0 0.11 0.14
HSL 166.79º 0.6% 0.65% -
HSV(B) 166.79º 0.5% 0.86% -
XYZ 41.61 57.92 60.62 -
YUV 183.67 134.39 75.45 -
System Red Green Blue C M Y K H S L
Decimal 110 219 195 0.50 0 0.11 0.14 166.79 0.6 0.65
Hex 6E DB C3 32 0 B E A7 3C 41
Octal 156 333 303 62 0 13 16 247 74 101
Binary 1101110 11011011 11000011 110010 0 1011 1110 10100111 111100 1000001

Color Harmonies of #6EDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBC3

Black with #6EDBC3

Text Example


Text Example

White with #6EDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,195); }

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

background-color css

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

 a { background-color: rgb(110,219,195); }

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

border-color css

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

 span { border-color: rgb(110,219,195); }

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