Html Css Color HEX #6ECDCB Downy

📋 copy color: '#6ECDCB'

red 110 ◦ green 205 ◦ blue 203

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

Shades of Downy #6ECDCB

Tints of Downy #6ECDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 21.24%
G = 39.58%
B = 39.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6ECDCB (or 0x6ECDCB) is known color: Downy. HEX triplet: 6E, CD and CB. RGB value is (110,205,203). Sum of RGB (Red+Green+Blue) = 110+205+203=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDCB is #913234. Grayscale: #B0B0B0. Windows color (decimal): -9515573 or 13356398. OLE color: 13356398.

HSL color Cylindrical-coordinate representation of color #6ECDCB: hue angle of 178.74º degrees, saturation: 0.49, 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 #6ECDCB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 203 -
CMYK 0.46 0 0.01 0.20
HSL 178.74º 0.49% 0.62% -
HSV(B) 178.74º 0.46% 0.8% -
XYZ 39.04 51.29 64.34 -
YUV 176.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 110 205 203 0.46 0 0.01 0.20 178.74 0.49 0.62
Hex 6E CD CB 2E 0 1 14 B3 31 3E
Octal 156 315 313 56 0 1 24 263 61 76
Binary 1101110 11001101 11001011 101110 0 1 10100 10110011 110001 111110

Color Harmonies of #6ECDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDCB

Black with #6ECDCB

Text Example


Text Example

White with #6ECDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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