Html Css Color HEX #6ECBC2 Downy

📋 copy color: '#6ECBC2'

red 110 ◦ green 203 ◦ blue 194

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

Shades of Downy #6ECBC2

Tints of Downy #6ECBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

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

R = 21.7%
G = 40.04%
B = 38.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#6ECBC2 (or 0x6ECBC2) is known color: Downy. HEX triplet: 6E, CB and C2. RGB value is (110,203,194). Sum of RGB (Red+Green+Blue) = 110+203+194=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBC2 is #91343D. Grayscale: #AEAEAE. Windows color (decimal): -9516094 or 12766062. OLE color: 12766062.

HSL color Cylindrical-coordinate representation of color #6ECBC2: hue angle of 174.19º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBC2 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 203 194 -
CMYK 0.46 0 0.04 0.20
HSL 174.19º 0.47% 0.61% -
HSV(B) 174.19º 0.46% 0.8% -
XYZ 37.52 49.92 58.7 -
YUV 174.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 110 203 194 0.46 0 0.04 0.20 174.19 0.47 0.61
Hex 6E CB C2 2E 0 4 14 AE 2F 3D
Octal 156 313 302 56 0 4 24 256 57 75
Binary 1101110 11001011 11000010 101110 0 100 10100 10101110 101111 111101

Color Harmonies of #6ECBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBC2

Black with #6ECBC2

Text Example


Text Example

White with #6ECBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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