Html Css Color HEX #6A505A Finn

📋 copy color: '#6A505A'

red 106 ◦ green 80 ◦ blue 90

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

Shades of Finn #6A505A

Tints of Finn #6A505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 38.41%
G = 28.99%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6A505A (or 0x6A505A) is known color: Finn. HEX triplet: 6A, 50 and 5A. RGB value is (106,80,90). Sum of RGB (Red+Green+Blue) = 106+80+90=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 106 - color contains mainly: red. Hex color #6A505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A505A is #95AFA5. Grayscale: #585858. Windows color (decimal): -9809830 or 5918826. OLE color: 5918826.

HSL color Cylindrical-coordinate representation of color #6A505A: hue angle of 336.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A505A is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 90 -
CMYK 0 0.25 0.15 0.58
HSL 336.92º 0.14% 0.36% -
HSV(B) 336.92º 0.25% 0.42% -
XYZ 10.66 9.54 10.95 -
YUV 88.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 106 80 90 0 0.25 0.15 0.58 336.92 0.14 0.36
Hex 6A 50 5A 0 19 F 3A 151 E 24
Octal 152 120 132 0 31 17 72 521 16 44
Binary 1101010 1010000 1011010 0 11001 1111 111010 101010001 1110 100100

Color Harmonies of #6A505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A505A

Black with #6A505A

Text Example


Text Example

White with #6A505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,90); }

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

background-color css

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

 a { background-color: rgb(106,80,90); }

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

border-color css

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

 span { border-color: rgb(106,80,90); }

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