Html Css Color HEX #6F455A Finn

📋 copy color: '#6F455A'

red 111 ◦ green 69 ◦ blue 90

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

Shades of Finn #6F455A

Tints of Finn #6F455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 41.11%
G = 25.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F455A (or 0x6F455A) is known color: Finn. HEX triplet: 6F, 45 and 5A. RGB value is (111,69,90). Sum of RGB (Red+Green+Blue) = 111+69+90=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F455A is #90BAA5. Grayscale: #535353. Windows color (decimal): -9484966 or 5916015. OLE color: 5916015.

HSL color Cylindrical-coordinate representation of color #6F455A: hue angle of 330º 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 #6F455A is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 69 90 -
CMYK 0 0.38 0.19 0.56
HSL 330º 0.23% 0.35% -
HSV(B) 330º 0.38% 0.44% -
XYZ 10.53 8.37 10.73 -
YUV 83.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 111 69 90 0 0.38 0.19 0.56 330 0.23 0.35
Hex 6F 45 5A 0 26 13 38 14A 17 23
Octal 157 105 132 0 46 23 70 512 27 43
Binary 1101111 1000101 1011010 0 100110 10011 111000 101001010 10111 100011

Color Harmonies of #6F455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F455A

Black with #6F455A

Text Example


Text Example

White with #6F455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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