Html Css Color HEX #6F455D Finn

📋 copy color: '#6F455D'

red 111 ◦ green 69 ◦ blue 93

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

Shades of Finn #6F455D

Tints of Finn #6F455D

RGB

 RED value IS 111 (43.75% from 255) = 40.66%

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 40.66%
G = 25.27%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F455D (or 0x6F455D) is known color: Finn. HEX triplet: 6F, 45 and 5D. RGB value is (111,69,93). Sum of RGB (Red+Green+Blue) = 111+69+93=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F455D is #90BAA2. Grayscale: #545454. Windows color (decimal): -9484963 or 6112623. OLE color: 6112623.

HSL color Cylindrical-coordinate representation of color #6F455D: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F455D is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 69 93 -
CMYK 0 0.38 0.16 0.56
HSL 325.71º 0.23% 0.35% -
HSV(B) 325.71º 0.38% 0.44% -
XYZ 10.66 8.43 11.42 -
YUV 84.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 111 69 93 0 0.38 0.16 0.56 325.71 0.23 0.35
Hex 6F 45 5D 0 26 10 38 146 17 23
Octal 157 105 135 0 46 20 70 506 27 43
Binary 1101111 1000101 1011101 0 100110 10000 111000 101000110 10111 100011

Color Harmonies of #6F455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F455D

Black with #6F455D

Text Example


Text Example

White with #6F455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,93); }

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

background-color css

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

 a { background-color: rgb(111,69,93); }

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

border-color css

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

 span { border-color: rgb(111,69,93); }

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