Html Css Color HEX #6ECCB4 Downy

📋 copy color: '#6ECCB4'

red 110 ◦ green 204 ◦ blue 180

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

Shades of Downy #6ECCB4

Tints of Downy #6ECCB4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 22.27%
G = 41.3%
B = 36.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#6ECCB4 (or 0x6ECCB4) is known color: Downy. HEX triplet: 6E, CC and B4. RGB value is (110,204,180). Sum of RGB (Red+Green+Blue) = 110+204+180=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCB4 is #91334B. Grayscale: #ADADAD. Windows color (decimal): -9515852 or 11848814. OLE color: 11848814.

HSL color Cylindrical-coordinate representation of color #6ECCB4: hue angle of 164.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCB4 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 204 180 -
CMYK 0.46 0 0.12 0.2
HSL 164.68º 0.48% 0.62% -
HSV(B) 164.68º 0.46% 0.8% -
XYZ 36.26 49.8 50.88 -
YUV 173.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 110 204 180 0.46 0 0.12 0.2 164.68 0.48 0.62
Hex 6E CC B4 2E 0 C 14 A5 30 3E
Octal 156 314 264 56 0 14 24 245 60 76
Binary 1101110 11001100 10110100 101110 0 1100 10100 10100101 110000 111110

Color Harmonies of #6ECCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCB4

Black with #6ECCB4

Text Example


Text Example

White with #6ECCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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