Html Css Color HEX #6F4458 Finn

📋 copy color: '#6F4458'

red 111 ◦ green 68 ◦ blue 88

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

Shades of Finn #6F4458

Tints of Finn #6F4458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 41.57%
G = 25.47%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F4458 (or 0x6F4458) is known color: Finn. HEX triplet: 6F, 44 and 58. RGB value is (111,68,88). Sum of RGB (Red+Green+Blue) = 111+68+88=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4458 is #90BBA7. Grayscale: #535353. Windows color (decimal): -9485224 or 5784687. OLE color: 5784687.

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

Color convert

RGB 111 68 88 -
CMYK 0 0.39 0.21 0.56
HSL 332.09º 0.24% 0.35% -
HSV(B) 332.09º 0.39% 0.44% -
XYZ 10.38 8.22 10.27 -
YUV 83.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 111 68 88 0 0.39 0.21 0.56 332.09 0.24 0.35
Hex 6F 44 58 0 27 15 38 14C 18 23
Octal 157 104 130 0 47 25 70 514 30 43
Binary 1101111 1000100 1011000 0 100111 10101 111000 101001100 11000 100011

Color Harmonies of #6F4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4458

Black with #6F4458

Text Example


Text Example

White with #6F4458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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