Html Css Color HEX #6F5058 Finn

📋 copy color: '#6F5058'

red 111 ◦ green 80 ◦ blue 88

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

Shades of Finn #6F5058

Tints of Finn #6F5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 39.78%
G = 28.67%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F5058 (or 0x6F5058) is known color: Finn. HEX triplet: 6F, 50 and 58. RGB value is (111,80,88). Sum of RGB (Red+Green+Blue) = 111+80+88=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5058 is #90AFA7. Grayscale: #5A5A5A. Windows color (decimal): -9482152 or 5787759. OLE color: 5787759.

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

Color convert

RGB 111 80 88 -
CMYK 0 0.28 0.21 0.56
HSL 344.52º 0.16% 0.37% -
HSV(B) 344.52º 0.28% 0.44% -
XYZ 11.19 9.82 10.54 -
YUV 90.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 111 80 88 0 0.28 0.21 0.56 344.52 0.16 0.37
Hex 6F 50 58 0 1C 15 38 159 10 25
Octal 157 120 130 0 34 25 70 531 20 45
Binary 1101111 1010000 1011000 0 11100 10101 111000 101011001 10000 100101

Color Harmonies of #6F5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5058

Black with #6F5058

Text Example


Text Example

White with #6F5058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,88); }

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

background-color css

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

 a { background-color: rgb(111,80,88); }

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

border-color css

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

 span { border-color: rgb(111,80,88); }

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