Html Css Color HEX #6EDFCD Downy

📋 copy color: '#6EDFCD'

red 110 ◦ green 223 ◦ blue 205

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

Shades of Downy #6EDFCD

Tints of Downy #6EDFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 20.45%
G = 41.45%
B = 38.1%

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

#6EDFCD (or 0x6EDFCD) is known color: Downy. HEX triplet: 6E, DF and CD. RGB value is (110,223,205). Sum of RGB (Red+Green+Blue) = 110+223+205=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFCD is #912032. Grayscale: #BBBBBB. Windows color (decimal): -9510963 or 13492078. OLE color: 13492078.

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

Color convert

RGB 110 223 205 -
CMYK 0.51 0 0.08 0.13
HSL 170.44º 0.64% 0.65% -
HSV(B) 170.44º 0.51% 0.87% -
XYZ 43.84 60.5 67.12 -
YUV 187.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 110 223 205 0.51 0 0.08 0.13 170.44 0.64 0.65
Hex 6E DF CD 33 0 8 D AA 40 41
Octal 156 337 315 63 0 10 15 252 100 101
Binary 1101110 11011111 11001101 110011 0 1000 1101 10101010 1000000 1000001

Color Harmonies of #6EDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFCD

Black with #6EDFCD

Text Example


Text Example

White with #6EDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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