Html Css Color HEX #6EDFBD Downy

📋 copy color: '#6EDFBD'

red 110 ◦ green 223 ◦ blue 189

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

Shades of Downy #6EDFBD

Tints of Downy #6EDFBD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 21.07%
G = 42.72%
B = 36.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#6EDFBD (or 0x6EDFBD) is known color: Downy. HEX triplet: 6E, DF and BD. RGB value is (110,223,189). Sum of RGB (Red+Green+Blue) = 110+223+189=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFBD is #912042. Grayscale: #B9B9B9. Windows color (decimal): -9510979 or 12443502. OLE color: 12443502.

HSL color Cylindrical-coordinate representation of color #6EDFBD: hue angle of 161.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDFBD is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 189 -
CMYK 0.51 0 0.15 0.13
HSL 161.95º 0.64% 0.65% -
HSV(B) 161.95º 0.51% 0.87% -
XYZ 42 59.76 57.47 -
YUV 185.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 110 223 189 0.51 0 0.15 0.13 161.95 0.64 0.65
Hex 6E DF BD 33 0 F D A2 40 41
Octal 156 337 275 63 0 17 15 242 100 101
Binary 1101110 11011111 10111101 110011 0 1111 1101 10100010 1000000 1000001

Color Harmonies of #6EDFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFBD

Black with #6EDFBD

Text Example


Text Example

White with #6EDFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,223,189); }

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

background-color css

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

 a { background-color: rgb(110,223,189); }

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

border-color css

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

 span { border-color: rgb(110,223,189); }

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