Html Css Color HEX #6ECECA Downy

📋 copy color: '#6ECECA'

red 110 ◦ green 206 ◦ blue 202

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

Shades of Downy #6ECECA

Tints of Downy #6ECECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 21.24%
G = 39.77%
B = 39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#6ECECA (or 0x6ECECA) is known color: Downy. HEX triplet: 6E, CE and CA. RGB value is (110,206,202). Sum of RGB (Red+Green+Blue) = 110+206+202=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECECA is #913135. Grayscale: #B0B0B0. Windows color (decimal): -9515318 or 13291118. OLE color: 13291118.

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

Color convert

RGB 110 206 202 -
CMYK 0.47 0 0.02 0.19
HSL 177.5º 0.49% 0.62% -
HSV(B) 177.5º 0.47% 0.81% -
XYZ 39.16 51.72 63.8 -
YUV 176.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 110 206 202 0.47 0 0.02 0.19 177.5 0.49 0.62
Hex 6E CE CA 2F 0 2 13 B2 31 3E
Octal 156 316 312 57 0 2 23 262 61 76
Binary 1101110 11001110 11001010 101111 0 10 10011 10110010 110001 111110

Color Harmonies of #6ECECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECECA

Black with #6ECECA

Text Example


Text Example

White with #6ECECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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