Html Css Color HEX #6ECDCE Downy

📋 copy color: '#6ECDCE'

red 110 ◦ green 205 ◦ blue 206

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

Shades of Downy #6ECDCE

Tints of Downy #6ECDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 21.11%
G = 39.35%
B = 39.54%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6ECDCE (or 0x6ECDCE) is known color: Downy. HEX triplet: 6E, CD and CE. RGB value is (110,205,206). Sum of RGB (Red+Green+Blue) = 110+205+206=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ECDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDCE is #913231. Grayscale: #B0B0B0. Windows color (decimal): -9515570 or 13553006. OLE color: 13553006.

HSL color Cylindrical-coordinate representation of color #6ECDCE: hue angle of 180.62º degrees, saturation: 0.49, 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 #6ECDCE is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 205 206 -
CMYK 0.47 0.00 0 0.19
HSL 180.63º 0.49% 0.62% -
HSV(B) 180.63º 0.47% 0.81% -
XYZ 39.4 51.43 66.24 -
YUV 176.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 110 205 206 0.47 0.00 0 0.19 180.63 0.49 0.62
Hex 6E CD CE 2F 0 0 13 B5 31 3E
Octal 156 315 316 57 0 0 23 265 61 76
Binary 1101110 11001101 11001110 101111 0 0 10011 10110101 110001 111110

Color Harmonies of #6ECDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDCE

Black with #6ECDCE

Text Example


Text Example

White with #6ECDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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