Html Css Color HEX #6B4B5E Finn

📋 copy color: '#6B4B5E'

red 107 ◦ green 75 ◦ blue 94

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

Shades of Finn #6B4B5E

Tints of Finn #6B4B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

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

R = 38.77%
G = 27.17%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B4B5E (or 0x6B4B5E) is known color: Finn. HEX triplet: 6B, 4B and 5E. RGB value is (107,75,94). Sum of RGB (Red+Green+Blue) = 107+75+94=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4B5E is #94B4A1. Grayscale: #565656. Windows color (decimal): -9745570 or 6179691. OLE color: 6179691.

HSL color Cylindrical-coordinate representation of color #6B4B5E: hue angle of 324.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B4B5E is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 75 94 -
CMYK 0 0.30 0.12 0.58
HSL 324.38º 0.18% 0.36% -
HSV(B) 324.38º 0.3% 0.42% -
XYZ 10.6 8.97 11.76 -
YUV 86.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 107 75 94 0 0.30 0.12 0.58 324.38 0.18 0.36
Hex 6B 4B 5E 0 1E C 3A 144 12 24
Octal 153 113 136 0 36 14 72 504 22 44
Binary 1101011 1001011 1011110 0 11110 1100 111010 101000100 10010 100100

Color Harmonies of #6B4B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4B5E

Black with #6B4B5E

Text Example


Text Example

White with #6B4B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,75,94); }

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

background-color css

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

 a { background-color: rgb(107,75,94); }

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

border-color css

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

 span { border-color: rgb(107,75,94); }

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