Html Css Color HEX #6EC9BA Downy

📋 copy color: '#6EC9BA'

red 110 ◦ green 201 ◦ blue 186

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

Shades of Downy #6EC9BA

Tints of Downy #6EC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 22.13%
G = 40.44%
B = 37.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#6EC9BA (or 0x6EC9BA) is known color: Downy. HEX triplet: 6E, C9 and BA. RGB value is (110,201,186). Sum of RGB (Red+Green+Blue) = 110+201+186=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9BA is #913645. Grayscale: #ACACAC. Windows color (decimal): -9516614 or 12241262. OLE color: 12241262.

HSL color Cylindrical-coordinate representation of color #6EC9BA: hue angle of 170.11º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC9BA is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 201 186 -
CMYK 0.45 0 0.07 0.21
HSL 170.11º 0.46% 0.61% -
HSV(B) 170.11º 0.45% 0.79% -
XYZ 36.18 48.63 53.93 -
YUV 172.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 110 201 186 0.45 0 0.07 0.21 170.11 0.46 0.61
Hex 6E C9 BA 2D 0 7 15 AA 2E 3D
Octal 156 311 272 55 0 7 25 252 56 75
Binary 1101110 11001001 10111010 101101 0 111 10101 10101010 101110 111101

Color Harmonies of #6EC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC9BA

Black with #6EC9BA

Text Example


Text Example

White with #6EC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,201,186); }

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

background-color css

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

 a { background-color: rgb(110,201,186); }

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

border-color css

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

 span { border-color: rgb(110,201,186); }

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