Html Css Color HEX #6ECCC2 Downy

📋 copy color: '#6ECCC2'

red 110 ◦ green 204 ◦ blue 194

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

Shades of Downy #6ECCC2

Tints of Downy #6ECCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 21.65%
G = 40.16%
B = 38.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#6ECCC2 (or 0x6ECCC2) is known color: Downy. HEX triplet: 6E, CC and C2. RGB value is (110,204,194). Sum of RGB (Red+Green+Blue) = 110+204+194=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCC2 is #91333D. Grayscale: #AEAEAE. Windows color (decimal): -9515838 or 12766318. OLE color: 12766318.

HSL color Cylindrical-coordinate representation of color #6ECCC2: hue angle of 173.62º 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 #6ECCC2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 204 194 -
CMYK 0.46 0 0.05 0.2
HSL 173.62º 0.48% 0.62% -
HSV(B) 173.62º 0.46% 0.8% -
XYZ 37.76 50.4 58.78 -
YUV 174.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 110 204 194 0.46 0 0.05 0.2 173.62 0.48 0.62
Hex 6E CC C2 2E 0 5 14 AE 30 3E
Octal 156 314 302 56 0 5 24 256 60 76
Binary 1101110 11001100 11000010 101110 0 101 10100 10101110 110000 111110

Color Harmonies of #6ECCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCC2

Black with #6ECCC2

Text Example


Text Example

White with #6ECCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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