Html Css Color HEX #6EDFCC Downy

📋 copy color: '#6EDFCC'

red 110 ◦ green 223 ◦ blue 204

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

Shades of Downy #6EDFCC

Tints of Downy #6EDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 20.48%
G = 41.53%
B = 37.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6EDFCC (or 0x6EDFCC) is known color: Downy. HEX triplet: 6E, DF and CC. RGB value is (110,223,204). Sum of RGB (Red+Green+Blue) = 110+223+204=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFCC is #912033. Grayscale: #BBBBBB. Windows color (decimal): -9510964 or 13426542. OLE color: 13426542.

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

Color convert

RGB 110 223 204 -
CMYK 0.51 0 0.09 0.13
HSL 169.91º 0.64% 0.65% -
HSV(B) 169.91º 0.51% 0.87% -
XYZ 43.72 60.45 66.49 -
YUV 187.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 110 223 204 0.51 0 0.09 0.13 169.91 0.64 0.65
Hex 6E DF CC 33 0 9 D AA 40 41
Octal 156 337 314 63 0 11 15 252 100 101
Binary 1101110 11011111 11001100 110011 0 1001 1101 10101010 1000000 1000001

Color Harmonies of #6EDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFCC

Black with #6EDFCC

Text Example


Text Example

White with #6EDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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