Html Css Color HEX #6DEBC0 Downy

📋 copy color: '#6DEBC0'

red 109 ◦ green 235 ◦ blue 192

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

Shades of Downy #6DEBC0

Tints of Downy #6DEBC0

RGB

 RED value IS 109 (42.97% from 255) = 20.34%

 GREEN value IS 235 (92.19% from 255) = 43.84%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 20.34%
G = 43.84%
B = 35.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#6DEBC0 (or 0x6DEBC0) is known color: Downy. HEX triplet: 6D, EB and C0. RGB value is (109,235,192). Sum of RGB (Red+Green+Blue) = 109+235+192=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBC0 is #92143F. Grayscale: #C0C0C0. Windows color (decimal): -9573440 or 12643181. OLE color: 12643181.

HSL color Cylindrical-coordinate representation of color #6DEBC0: hue angle of 159.52º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBC0 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 235 192 -
CMYK 0.54 0 0.18 0.08
HSL 159.52º 0.76% 0.67% -
HSV(B) 159.52º 0.54% 0.92% -
XYZ 45.53 66.47 60.3 -
YUV 192.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 109 235 192 0.54 0 0.18 0.08 159.52 0.76 0.67
Hex 6D EB C0 36 0 12 8 A0 4C 43
Octal 155 353 300 66 0 22 10 240 114 103
Binary 1101101 11101011 11000000 110110 0 10010 1000 10100000 1001100 1000011

Color Harmonies of #6DEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEBC0

Black with #6DEBC0

Text Example


Text Example

White with #6DEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,235,192); }

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

background-color css

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

 a { background-color: rgb(109,235,192); }

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

border-color css

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

 span { border-color: rgb(109,235,192); }

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