Html Css Color HEX #6ADDBF Downy

📋 copy color: '#6ADDBF'

red 106 ◦ green 221 ◦ blue 191

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

Shades of Downy #6ADDBF

Tints of Downy #6ADDBF

RGB

 RED value IS 106 (41.8% from 255) = 20.46%

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 191 (75% from 255) = 36.87%

R = 20.46%
G = 42.66%
B = 36.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6ADDBF (or 0x6ADDBF) is known color: Downy. HEX triplet: 6A, DD and BF. RGB value is (106,221,191). Sum of RGB (Red+Green+Blue) = 106+221+191=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBF is #952240. Grayscale: #B7B7B7. Windows color (decimal): -9773633 or 12574058. OLE color: 12574058.

HSL color Cylindrical-coordinate representation of color #6ADDBF: hue angle of 164.35º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDBF is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 221 191 -
CMYK 0.52 0 0.14 0.13
HSL 164.35º 0.63% 0.64% -
HSV(B) 164.35º 0.52% 0.87% -
XYZ 41.2 58.54 58.42 -
YUV 183.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 106 221 191 0.52 0 0.14 0.13 164.35 0.63 0.64
Hex 6A DD BF 34 0 E D A4 3F 40
Octal 152 335 277 64 0 16 15 244 77 100
Binary 1101010 11011101 10111111 110100 0 1110 1101 10100100 111111 1000000

Color Harmonies of #6ADDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDBF

Black with #6ADDBF

Text Example


Text Example

White with #6ADDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,221,191); }

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

background-color css

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

 a { background-color: rgb(106,221,191); }

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

border-color css

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

 span { border-color: rgb(106,221,191); }

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