Html Css Color HEX #6B495D Finn

📋 copy color: '#6B495D'

red 107 ◦ green 73 ◦ blue 93

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

Shades of Finn #6B495D

Tints of Finn #6B495D

RGB

 RED value IS 107 (42.19% from 255) = 39.19%

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 39.19%
G = 26.74%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B495D (or 0x6B495D) is known color: Finn. HEX triplet: 6B, 49 and 5D. RGB value is (107,73,93). Sum of RGB (Red+Green+Blue) = 107+73+93=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B495D is #94B6A2. Grayscale: #555555. Windows color (decimal): -9746083 or 6113643. OLE color: 6113643.

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

Color convert

RGB 107 73 93 -
CMYK 0 0.32 0.13 0.58
HSL 324.71º 0.19% 0.35% -
HSV(B) 324.71º 0.32% 0.42% -
XYZ 10.42 8.68 11.48 -
YUV 85.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 107 73 93 0 0.32 0.13 0.58 324.71 0.19 0.35
Hex 6B 49 5D 0 20 D 3A 145 13 23
Octal 153 111 135 0 40 15 72 505 23 43
Binary 1101011 1001001 1011101 0 100000 1101 111010 101000101 10011 100011

Color Harmonies of #6B495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B495D

Black with #6B495D

Text Example


Text Example

White with #6B495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,93); }

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

background-color css

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

 a { background-color: rgb(107,73,93); }

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

border-color css

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

 span { border-color: rgb(107,73,93); }

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