Html Css Color HEX #6A485E Finn

📋 copy color: '#6A485E'

red 106 ◦ green 72 ◦ blue 94

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

Shades of Finn #6A485E

Tints of Finn #6A485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 38.97%
G = 26.47%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A485E (or 0x6A485E) is known color: Finn. HEX triplet: 6A, 48 and 5E. RGB value is (106,72,94). Sum of RGB (Red+Green+Blue) = 106+72+94=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 106 - color contains mainly: red. Hex color #6A485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A485E is #95B7A1. Grayscale: #545454. Windows color (decimal): -9811874 or 6178922. OLE color: 6178922.

HSL color Cylindrical-coordinate representation of color #6A485E: hue angle of 321.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A485E is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 72 94 -
CMYK 0 0.32 0.11 0.58
HSL 321.18º 0.19% 0.35% -
HSV(B) 321.18º 0.32% 0.42% -
XYZ 10.28 8.51 11.69 -
YUV 84.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 106 72 94 0 0.32 0.11 0.58 321.18 0.19 0.35
Hex 6A 48 5E 0 20 B 3A 141 13 23
Octal 152 110 136 0 40 13 72 501 23 43
Binary 1101010 1001000 1011110 0 100000 1011 111010 101000001 10011 100011

Color Harmonies of #6A485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A485E

Black with #6A485E

Text Example


Text Example

White with #6A485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,72,94); }

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

background-color css

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

 a { background-color: rgb(106,72,94); }

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

border-color css

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

 span { border-color: rgb(106,72,94); }

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