Html Css Color HEX #6F3858 Finn

📋 copy color: '#6F3858'

red 111 ◦ green 56 ◦ blue 88

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

Shades of Finn #6F3858

Tints of Finn #6F3858

RGB

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

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

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

R = 43.53%
G = 21.96%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F3858 (or 0x6F3858) is known color: Finn. HEX triplet: 6F, 38 and 58. RGB value is (111,56,88). Sum of RGB (Red+Green+Blue) = 111+56+88=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3858 is #90C7A7. Grayscale: #4C4C4C. Windows color (decimal): -9488296 or 5781615. OLE color: 5781615.

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

Color convert

RGB 111 56 88 -
CMYK 0 0.50 0.21 0.56
HSL 325.09º 0.33% 0.33% -
HSV(B) 325.09º 0.5% 0.44% -
XYZ 9.73 6.91 10.05 -
YUV 76.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 111 56 88 0 0.50 0.21 0.56 325.09 0.33 0.33
Hex 6F 38 58 0 32 15 38 145 21 21
Octal 157 70 130 0 62 25 70 505 41 41
Binary 1101111 111000 1011000 0 110010 10101 111000 101000101 100001 100001

Color Harmonies of #6F3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3858

Black with #6F3858

Text Example


Text Example

White with #6F3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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