Html Css Color HEX #6EDFCE Downy

📋 copy color: '#6EDFCE'

red 110 ◦ green 223 ◦ blue 206

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

Shades of Downy #6EDFCE

Tints of Downy #6EDFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 20.41%
G = 41.37%
B = 38.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6EDFCE (or 0x6EDFCE) is known color: Downy. HEX triplet: 6E, DF and CE. RGB value is (110,223,206). Sum of RGB (Red+Green+Blue) = 110+223+206=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFCE is #912031. Grayscale: #BBBBBB. Windows color (decimal): -9510962 or 13557614. OLE color: 13557614.

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

Color convert

RGB 110 223 206 -
CMYK 0.51 0 0.08 0.13
HSL 170.97º 0.64% 0.65% -
HSV(B) 170.97º 0.51% 0.87% -
XYZ 43.96 60.55 67.76 -
YUV 187.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 110 223 206 0.51 0 0.08 0.13 170.97 0.64 0.65
Hex 6E DF CE 33 0 8 D AB 40 41
Octal 156 337 316 63 0 10 15 253 100 101
Binary 1101110 11011111 11001110 110011 0 1000 1101 10101011 1000000 1000001

Color Harmonies of #6EDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFCE

Black with #6EDFCE

Text Example


Text Example

White with #6EDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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