Html Css Color HEX #6ECFCE Downy

📋 copy color: '#6ECFCE'

red 110 ◦ green 207 ◦ blue 206

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

Shades of Downy #6ECFCE

Tints of Downy #6ECFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.58%

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

R = 21.03%
G = 39.58%
B = 39.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#6ECFCE (or 0x6ECFCE) is known color: Downy. HEX triplet: 6E, CF and CE. RGB value is (110,207,206). Sum of RGB (Red+Green+Blue) = 110+207+206=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFCE is #913031. Grayscale: #B1B1B1. Windows color (decimal): -9515058 or 13553518. OLE color: 13553518.

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

Color convert

RGB 110 207 206 -
CMYK 0.47 0 0.00 0.19
HSL 179.38º 0.5% 0.62% -
HSV(B) 179.38º 0.47% 0.81% -
XYZ 39.88 52.4 66.4 -
YUV 177.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 110 207 206 0.47 0 0.00 0.19 179.38 0.5 0.62
Hex 6E CF CE 2F 0 0 13 B3 32 3E
Octal 156 317 316 57 0 0 23 263 62 76
Binary 1101110 11001111 11001110 101111 0 0 10011 10110011 110010 111110

Color Harmonies of #6ECFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFCE

Black with #6ECFCE

Text Example


Text Example

White with #6ECFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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