Html Css Color HEX #6EDFC5 Downy

📋 copy color: '#6EDFC5'

red 110 ◦ green 223 ◦ blue 197

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

Shades of Downy #6EDFC5

Tints of Downy #6EDFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 20.75%
G = 42.08%
B = 37.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#6EDFC5 (or 0x6EDFC5) is known color: Downy. HEX triplet: 6E, DF and C5. RGB value is (110,223,197). Sum of RGB (Red+Green+Blue) = 110+223+197=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFC5 is #91203A. Grayscale: #BABABA. Windows color (decimal): -9510971 or 12967790. OLE color: 12967790.

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

Color convert

RGB 110 223 197 -
CMYK 0.51 0 0.12 0.13
HSL 166.19º 0.64% 0.65% -
HSV(B) 166.19º 0.51% 0.87% -
XYZ 42.9 60.12 62.17 -
YUV 186.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 110 223 197 0.51 0 0.12 0.13 166.19 0.64 0.65
Hex 6E DF C5 33 0 C D A6 40 41
Octal 156 337 305 63 0 14 15 246 100 101
Binary 1101110 11011111 11000101 110011 0 1100 1101 10100110 1000000 1000001

Color Harmonies of #6EDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFC5

Black with #6EDFC5

Text Example


Text Example

White with #6EDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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