Html Css Color HEX #6EDBCE Downy

📋 copy color: '#6EDBCE'

red 110 ◦ green 219 ◦ blue 206

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

Shades of Downy #6EDBCE

Tints of Downy #6EDBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

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

R = 20.56%
G = 40.93%
B = 38.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#6EDBCE (or 0x6EDBCE) is known color: Downy. HEX triplet: 6E, DB and CE. RGB value is (110,219,206). Sum of RGB (Red+Green+Blue) = 110+219+206=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBCE is #912431. Grayscale: #B8B8B8. Windows color (decimal): -9511986 or 13556590. OLE color: 13556590.

HSL color Cylindrical-coordinate representation of color #6EDBCE: hue angle of 172.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBCE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 206 -
CMYK 0.50 0 0.06 0.14
HSL 172.84º 0.6% 0.65% -
HSV(B) 172.84º 0.5% 0.86% -
XYZ 42.9 58.43 67.41 -
YUV 184.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 110 219 206 0.50 0 0.06 0.14 172.84 0.6 0.65
Hex 6E DB CE 32 0 6 E AD 3C 41
Octal 156 333 316 62 0 6 16 255 74 101
Binary 1101110 11011011 11001110 110010 0 110 1110 10101101 111100 1000001

Color Harmonies of #6EDBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBCE

Black with #6EDBCE

Text Example


Text Example

White with #6EDBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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