Html Css Color HEX #6DECBA Downy

📋 copy color: '#6DECBA'

red 109 ◦ green 236 ◦ blue 186

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

Shades of Downy #6DECBA

Tints of Downy #6DECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.44%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 20.53%
G = 44.44%
B = 35.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#6DECBA (or 0x6DECBA) is known color: Downy. HEX triplet: 6D, EC and BA. RGB value is (109,236,186). Sum of RGB (Red+Green+Blue) = 109+236+186=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECBA is #921345. Grayscale: #C0C0C0. Windows color (decimal): -9573190 or 12250221. OLE color: 12250221.

HSL color Cylindrical-coordinate representation of color #6DECBA: hue angle of 156.38º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DECBA is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 236 186 -
CMYK 0.54 0 0.21 0.07
HSL 156.38º 0.77% 0.68% -
HSV(B) 156.38º 0.54% 0.93% -
XYZ 45.17 66.79 56.97 -
YUV 192.33 124.42 68.57 -
System Red Green Blue C M Y K H S L
Decimal 109 236 186 0.54 0 0.21 0.07 156.38 0.77 0.68
Hex 6D EC BA 36 0 15 7 9C 4D 44
Octal 155 354 272 66 0 25 7 234 115 104
Binary 1101101 11101100 10111010 110110 0 10101 111 10011100 1001101 1000100

Color Harmonies of #6DECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECBA

Black with #6DECBA

Text Example


Text Example

White with #6DECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,236,186); }

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

background-color css

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

 a { background-color: rgb(109,236,186); }

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

border-color css

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

 span { border-color: rgb(109,236,186); }

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