Html Css Color HEX #6ECFC8 Downy

📋 copy color: '#6ECFC8'

red 110 ◦ green 207 ◦ blue 200

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

Shades of Downy #6ECFC8

Tints of Downy #6ECFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 21.28%
G = 40.04%
B = 38.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#6ECFC8 (or 0x6ECFC8) is known color: Downy. HEX triplet: 6E, CF and C8. RGB value is (110,207,200). Sum of RGB (Red+Green+Blue) = 110+207+200=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFC8 is #913037. Grayscale: #B1B1B1. Windows color (decimal): -9515064 or 13160302. OLE color: 13160302.

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

Color convert

RGB 110 207 200 -
CMYK 0.47 0 0.03 0.19
HSL 175.67º 0.5% 0.62% -
HSV(B) 175.67º 0.47% 0.81% -
XYZ 39.17 52.11 62.64 -
YUV 177.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 110 207 200 0.47 0 0.03 0.19 175.67 0.5 0.62
Hex 6E CF C8 2F 0 3 13 B0 32 3E
Octal 156 317 310 57 0 3 23 260 62 76
Binary 1101110 11001111 11001000 101111 0 11 10011 10110000 110010 111110

Color Harmonies of #6ECFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFC8

Black with #6ECFC8

Text Example


Text Example

White with #6ECFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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