Html Css Color HEX #6EDFB4 Downy

📋 copy color: '#6EDFB4'

red 110 ◦ green 223 ◦ blue 180

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

Shades of Downy #6EDFB4

Tints of Downy #6EDFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.09%

R = 21.44%
G = 43.47%
B = 35.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#6EDFB4 (or 0x6EDFB4) is known color: Downy. HEX triplet: 6E, DF and B4. RGB value is (110,223,180). Sum of RGB (Red+Green+Blue) = 110+223+180=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFB4 is #91204B. Grayscale: #B8B8B8. Windows color (decimal): -9510988 or 11853678. OLE color: 11853678.

HSL color Cylindrical-coordinate representation of color #6EDFB4: hue angle of 157.17º 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 #6EDFB4 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 180 -
CMYK 0.51 0 0.19 0.13
HSL 157.17º 0.64% 0.65% -
HSV(B) 157.17º 0.51% 0.87% -
XYZ 41.06 59.39 52.48 -
YUV 184.31 125.56 75 -
System Red Green Blue C M Y K H S L
Decimal 110 223 180 0.51 0 0.19 0.13 157.17 0.64 0.65
Hex 6E DF B4 33 0 13 D 9D 40 41
Octal 156 337 264 63 0 23 15 235 100 101
Binary 1101110 11011111 10110100 110011 0 10011 1101 10011101 1000000 1000001

Color Harmonies of #6EDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFB4

Black with #6EDFB4

Text Example


Text Example

White with #6EDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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