Html Css Color HEX #6F385B Finn

📋 copy color: '#6F385B'

red 111 ◦ green 56 ◦ blue 91

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

Shades of Finn #6F385B

Tints of Finn #6F385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 43.02%
G = 21.71%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F385B (or 0x6F385B) is known color: Finn. HEX triplet: 6F, 38 and 5B. RGB value is (111,56,91). Sum of RGB (Red+Green+Blue) = 111+56+91=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385B is #90C7A4. Grayscale: #4C4C4C. Windows color (decimal): -9488293 or 5978223. OLE color: 5978223.

HSL color Cylindrical-coordinate representation of color #6F385B: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F385B is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 91 -
CMYK 0 0.50 0.18 0.56
HSL 321.82º 0.33% 0.33% -
HSV(B) 321.82º 0.5% 0.44% -
XYZ 9.86 6.96 10.72 -
YUV 76.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 111 56 91 0 0.50 0.18 0.56 321.82 0.33 0.33
Hex 6F 38 5B 0 32 12 38 142 21 21
Octal 157 70 133 0 62 22 70 502 41 41
Binary 1101111 111000 1011011 0 110010 10010 111000 101000010 100001 100001

Color Harmonies of #6F385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F385B

Black with #6F385B

Text Example


Text Example

White with #6F385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,91); }

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

background-color css

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

 a { background-color: rgb(111,56,91); }

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

border-color css

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

 span { border-color: rgb(111,56,91); }

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