Html Css Color HEX #6AD1BE Downy

📋 copy color: '#6AD1BE'

red 106 ◦ green 209 ◦ blue 190

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

Shades of Downy #6AD1BE

Tints of Downy #6AD1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.39%

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 20.99%
G = 41.39%
B = 37.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#6AD1BE (or 0x6AD1BE) is known color: Downy. HEX triplet: 6A, D1 and BE. RGB value is (106,209,190). Sum of RGB (Red+Green+Blue) = 106+209+190=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1BE is #952E41. Grayscale: #B0B0B0. Windows color (decimal): -9776706 or 12505450. OLE color: 12505450.

HSL color Cylindrical-coordinate representation of color #6AD1BE: hue angle of 168.93º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1BE is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 209 190 -
CMYK 0.49 0 0.09 0.18
HSL 168.93º 0.53% 0.62% -
HSV(B) 168.93º 0.49% 0.82% -
XYZ 38.04 52.38 56.82 -
YUV 176.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 106 209 190 0.49 0 0.09 0.18 168.93 0.53 0.62
Hex 6A D1 BE 31 0 9 12 A9 35 3E
Octal 152 321 276 61 0 11 22 251 65 76
Binary 1101010 11010001 10111110 110001 0 1001 10010 10101001 110101 111110

Color Harmonies of #6AD1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD1BE

Black with #6AD1BE

Text Example


Text Example

White with #6AD1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,209,190); }

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

background-color css

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

 a { background-color: rgb(106,209,190); }

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

border-color css

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

 span { border-color: rgb(106,209,190); }

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