Html Css Color HEX #6B465C Finn

📋 copy color: '#6B465C'

red 107 ◦ green 70 ◦ blue 92

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

Shades of Finn #6B465C

Tints of Finn #6B465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 39.78%
G = 26.02%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B465C (or 0x6B465C) is known color: Finn. HEX triplet: 6B, 46 and 5C. RGB value is (107,70,92). Sum of RGB (Red+Green+Blue) = 107+70+92=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B465C is #94B9A3. Grayscale: #535353. Windows color (decimal): -9746852 or 6047339. OLE color: 6047339.

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

Color convert

RGB 107 70 92 -
CMYK 0 0.35 0.14 0.58
HSL 324.32º 0.21% 0.35% -
HSV(B) 324.32º 0.35% 0.42% -
XYZ 10.19 8.28 11.19 -
YUV 83.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 107 70 92 0 0.35 0.14 0.58 324.32 0.21 0.35
Hex 6B 46 5C 0 23 E 3A 144 15 23
Octal 153 106 134 0 43 16 72 504 25 43
Binary 1101011 1000110 1011100 0 100011 1110 111010 101000100 10101 100011

Color Harmonies of #6B465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B465C

Black with #6B465C

Text Example


Text Example

White with #6B465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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