Html Css Color HEX #6ECFCA Downy

📋 copy color: '#6ECFCA'

red 110 ◦ green 207 ◦ blue 202

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

Shades of Downy #6ECFCA

Tints of Downy #6ECFCA

RGB

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

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

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

R = 21.19%
G = 39.88%
B = 38.92%

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

#6ECFCA (or 0x6ECFCA) is known color: Downy. HEX triplet: 6E, CF and CA. RGB value is (110,207,202). Sum of RGB (Red+Green+Blue) = 110+207+202=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFCA is #913035. Grayscale: #B1B1B1. Windows color (decimal): -9515062 or 13291374. OLE color: 13291374.

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

Color convert

RGB 110 207 202 -
CMYK 0.47 0 0.02 0.19
HSL 176.91º 0.5% 0.62% -
HSV(B) 176.91º 0.47% 0.81% -
XYZ 39.4 52.2 63.88 -
YUV 177.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 110 207 202 0.47 0 0.02 0.19 176.91 0.5 0.62
Hex 6E CF CA 2F 0 2 13 B1 32 3E
Octal 156 317 312 57 0 2 23 261 62 76
Binary 1101110 11001111 11001010 101111 0 10 10011 10110001 110010 111110

Color Harmonies of #6ECFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFCA

Black with #6ECFCA

Text Example


Text Example

White with #6ECFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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