Html Css Color HEX #6F485C Finn

📋 copy color: '#6F485C'

red 111 ◦ green 72 ◦ blue 92

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

Shades of Finn #6F485C

Tints of Finn #6F485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 40.36%
G = 26.18%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F485C (or 0x6F485C) is known color: Finn. HEX triplet: 6F, 48 and 5C. RGB value is (111,72,92). Sum of RGB (Red+Green+Blue) = 111+72+92=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F485C is #90B7A3. Grayscale: #555555. Windows color (decimal): -9484196 or 6047855. OLE color: 6047855.

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

Color convert

RGB 111 72 92 -
CMYK 0 0.35 0.17 0.56
HSL 329.23º 0.21% 0.36% -
HSV(B) 329.23º 0.35% 0.44% -
XYZ 10.8 8.79 11.25 -
YUV 85.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 111 72 92 0 0.35 0.17 0.56 329.23 0.21 0.36
Hex 6F 48 5C 0 23 11 38 149 15 24
Octal 157 110 134 0 43 21 70 511 25 44
Binary 1101111 1001000 1011100 0 100011 10001 111000 101001001 10101 100100

Color Harmonies of #6F485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F485C

Black with #6F485C

Text Example


Text Example

White with #6F485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,92); }

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

background-color css

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

 a { background-color: rgb(111,72,92); }

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

border-color css

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

 span { border-color: rgb(111,72,92); }

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