Html Css Color HEX #6ECFBD Downy

📋 copy color: '#6ECFBD'

red 110 ◦ green 207 ◦ blue 189

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

Shades of Downy #6ECFBD

Tints of Downy #6ECFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 21.74%
G = 40.91%
B = 37.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#6ECFBD (or 0x6ECFBD) is known color: Downy. HEX triplet: 6E, CF and BD. RGB value is (110,207,189). Sum of RGB (Red+Green+Blue) = 110+207+189=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFBD is #913042. Grayscale: #AFAFAF. Windows color (decimal): -9515075 or 12439406. OLE color: 12439406.

HSL color Cylindrical-coordinate representation of color #6ECFBD: hue angle of 168.87º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFBD is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 207 189 -
CMYK 0.47 0 0.09 0.19
HSL 168.87º 0.5% 0.62% -
HSV(B) 168.87º 0.47% 0.81% -
XYZ 37.93 51.61 56.11 -
YUV 175.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 110 207 189 0.47 0 0.09 0.19 168.87 0.5 0.62
Hex 6E CF BD 2F 0 9 13 A9 32 3E
Octal 156 317 275 57 0 11 23 251 62 76
Binary 1101110 11001111 10111101 101111 0 1001 10011 10101001 110010 111110

Color Harmonies of #6ECFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFBD

Black with #6ECFBD

Text Example


Text Example

White with #6ECFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,207,189); }

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

background-color css

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

 a { background-color: rgb(110,207,189); }

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

border-color css

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

 span { border-color: rgb(110,207,189); }

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