Html Css Color HEX #6ECEC4 Downy

📋 copy color: '#6ECEC4'

red 110 ◦ green 206 ◦ blue 196

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

Shades of Downy #6ECEC4

Tints of Downy #6ECEC4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 21.48%
G = 40.23%
B = 38.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#6ECEC4 (or 0x6ECEC4) is known color: Downy. HEX triplet: 6E, CE and C4. RGB value is (110,206,196). Sum of RGB (Red+Green+Blue) = 110+206+196=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEC4 is #91313B. Grayscale: #B0B0B0. Windows color (decimal): -9515324 or 12897902. OLE color: 12897902.

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

Color convert

RGB 110 206 196 -
CMYK 0.47 0 0.05 0.19
HSL 173.75º 0.49% 0.62% -
HSV(B) 173.75º 0.47% 0.81% -
XYZ 38.47 51.44 60.13 -
YUV 176.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 110 206 196 0.47 0 0.05 0.19 173.75 0.49 0.62
Hex 6E CE C4 2F 0 5 13 AE 31 3E
Octal 156 316 304 57 0 5 23 256 61 76
Binary 1101110 11001110 11000100 101111 0 101 10011 10101110 110001 111110

Color Harmonies of #6ECEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECEC4

Black with #6ECEC4

Text Example


Text Example

White with #6ECEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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