Html Css Color HEX #6ADBB7 Downy

📋 copy color: '#6ADBB7'

red 106 ◦ green 219 ◦ blue 183

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

Shades of Downy #6ADBB7

Tints of Downy #6ADBB7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 20.87%
G = 43.11%
B = 36.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#6ADBB7 (or 0x6ADBB7) is known color: Downy. HEX triplet: 6A, DB and B7. RGB value is (106,219,183). Sum of RGB (Red+Green+Blue) = 106+219+183=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBB7 is #952448. Grayscale: #B5B5B5. Windows color (decimal): -9774153 or 12049258. OLE color: 12049258.

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

Color convert

RGB 106 219 183 -
CMYK 0.52 0 0.16 0.14
HSL 160.89º 0.61% 0.64% -
HSV(B) 160.89º 0.52% 0.86% -
XYZ 39.82 57.15 53.73 -
YUV 181.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 106 219 183 0.52 0 0.16 0.14 160.89 0.61 0.64
Hex 6A DB B7 34 0 10 E A1 3D 40
Octal 152 333 267 64 0 20 16 241 75 100
Binary 1101010 11011011 10110111 110100 0 10000 1110 10100001 111101 1000000

Color Harmonies of #6ADBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADBB7

Black with #6ADBB7

Text Example


Text Example

White with #6ADBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,219,183); }

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

background-color css

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

 a { background-color: rgb(106,219,183); }

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

border-color css

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

 span { border-color: rgb(106,219,183); }

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