Html Css Color HEX #6ED9C3 Downy

📋 copy color: '#6ED9C3'

red 110 ◦ green 217 ◦ blue 195

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

Shades of Downy #6ED9C3

Tints of Downy #6ED9C3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 21.07%
G = 41.57%
B = 37.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#6ED9C3 (or 0x6ED9C3) is known color: Downy. HEX triplet: 6E, D9 and C3. RGB value is (110,217,195). Sum of RGB (Red+Green+Blue) = 110+217+195=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9C3 is #91263C. Grayscale: #B6B6B6. Windows color (decimal): -9512509 or 12835182. OLE color: 12835182.

HSL color Cylindrical-coordinate representation of color #6ED9C3: hue angle of 167.66º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED9C3 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 217 195 -
CMYK 0.49 0 0.10 0.15
HSL 167.66º 0.58% 0.64% -
HSV(B) 167.66º 0.49% 0.85% -
XYZ 41.09 56.88 60.44 -
YUV 182.5 135.05 76.29 -
System Red Green Blue C M Y K H S L
Decimal 110 217 195 0.49 0 0.10 0.15 167.66 0.58 0.64
Hex 6E D9 C3 31 0 A F A8 3A 40
Octal 156 331 303 61 0 12 17 250 72 100
Binary 1101110 11011001 11000011 110001 0 1010 1111 10101000 111010 1000000

Color Harmonies of #6ED9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED9C3

Black with #6ED9C3

Text Example


Text Example

White with #6ED9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,217,195); }

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

background-color css

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

 a { background-color: rgb(110,217,195); }

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

border-color css

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

 span { border-color: rgb(110,217,195); }

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