Html Css Color HEX #6B465B Finn

📋 copy color: '#6B465B'

red 107 ◦ green 70 ◦ blue 91

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

Shades of Finn #6B465B

Tints of Finn #6B465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 39.93%
G = 26.12%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B465B (or 0x6B465B) is known color: Finn. HEX triplet: 6B, 46 and 5B. RGB value is (107,70,91). Sum of RGB (Red+Green+Blue) = 107+70+91=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B465B is #94B9A4. Grayscale: #535353. Windows color (decimal): -9746853 or 5981803. OLE color: 5981803.

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

Color convert

RGB 107 70 91 -
CMYK 0 0.35 0.15 0.58
HSL 325.95º 0.21% 0.35% -
HSV(B) 325.95º 0.35% 0.42% -
XYZ 10.14 8.26 10.96 -
YUV 83.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 107 70 91 0 0.35 0.15 0.58 325.95 0.21 0.35
Hex 6B 46 5B 0 23 F 3A 146 15 23
Octal 153 106 133 0 43 17 72 506 25 43
Binary 1101011 1000110 1011011 0 100011 1111 111010 101000110 10101 100011

Color Harmonies of #6B465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B465B

Black with #6B465B

Text Example


Text Example

White with #6B465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,91); }

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

background-color css

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

 a { background-color: rgb(107,70,91); }

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

border-color css

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

 span { border-color: rgb(107,70,91); }

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