Html Css Color HEX #6A505D Finn

📋 copy color: '#6A505D'

red 106 ◦ green 80 ◦ blue 93

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

Shades of Finn #6A505D

Tints of Finn #6A505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 37.99%
G = 28.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A505D (or 0x6A505D) is known color: Finn. HEX triplet: 6A, 50 and 5D. RGB value is (106,80,93). Sum of RGB (Red+Green+Blue) = 106+80+93=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 106 - color contains mainly: red. Hex color #6A505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A505D is #95AFA2. Grayscale: #595959. Windows color (decimal): -9809827 or 6115434. OLE color: 6115434.

HSL color Cylindrical-coordinate representation of color #6A505D: hue angle of 330º 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 #6A505D is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 93 -
CMYK 0 0.25 0.12 0.58
HSL 330º 0.14% 0.36% -
HSV(B) 330º 0.25% 0.42% -
XYZ 10.79 9.59 11.64 -
YUV 89.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 106 80 93 0 0.25 0.12 0.58 330 0.14 0.36
Hex 6A 50 5D 0 19 C 3A 14A E 24
Octal 152 120 135 0 31 14 72 512 16 44
Binary 1101010 1010000 1011101 0 11001 1100 111010 101001010 1110 100100

Color Harmonies of #6A505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A505D

Black with #6A505D

Text Example


Text Example

White with #6A505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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