Html Css Color HEX #6EDFCB Downy

📋 copy color: '#6EDFCB'

red 110 ◦ green 223 ◦ blue 203

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

Shades of Downy #6EDFCB

Tints of Downy #6EDFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 20.52%
G = 41.6%
B = 37.87%

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

#6EDFCB (or 0x6EDFCB) is known color: Downy. HEX triplet: 6E, DF and CB. RGB value is (110,223,203). Sum of RGB (Red+Green+Blue) = 110+223+203=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFCB is #912034. Grayscale: #BABABA. Windows color (decimal): -9510965 or 13361006. OLE color: 13361006.

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

Color convert

RGB 110 223 203 -
CMYK 0.51 0 0.09 0.13
HSL 169.38º 0.64% 0.65% -
HSV(B) 169.38º 0.51% 0.87% -
XYZ 43.6 60.4 65.86 -
YUV 186.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 110 223 203 0.51 0 0.09 0.13 169.38 0.64 0.65
Hex 6E DF CB 33 0 9 D A9 40 41
Octal 156 337 313 63 0 11 15 251 100 101
Binary 1101110 11011111 11001011 110011 0 1001 1101 10101001 1000000 1000001

Color Harmonies of #6EDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFCB

Black with #6EDFCB

Text Example


Text Example

White with #6EDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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