Html Css Color HEX #6EDFC4 Downy

📋 copy color: '#6EDFC4'

red 110 ◦ green 223 ◦ blue 196

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

Shades of Downy #6EDFC4

Tints of Downy #6EDFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 20.79%
G = 42.16%
B = 37.05%

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

#6EDFC4 (or 0x6EDFC4) is known color: Downy. HEX triplet: 6E, DF and C4. RGB value is (110,223,196). Sum of RGB (Red+Green+Blue) = 110+223+196=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFC4 is #91203B. Grayscale: #BABABA. Windows color (decimal): -9510972 or 12902254. OLE color: 12902254.

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

Color convert

RGB 110 223 196 -
CMYK 0.51 0 0.12 0.13
HSL 165.66º 0.64% 0.65% -
HSV(B) 165.66º 0.51% 0.87% -
XYZ 42.78 60.08 61.57 -
YUV 186.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 110 223 196 0.51 0 0.12 0.13 165.66 0.64 0.65
Hex 6E DF C4 33 0 C D A6 40 41
Octal 156 337 304 63 0 14 15 246 100 101
Binary 1101110 11011111 11000100 110011 0 1100 1101 10100110 1000000 1000001

Color Harmonies of #6EDFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFC4

Black with #6EDFC4

Text Example


Text Example

White with #6EDFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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