Html Css Color HEX #6F397B Eminence

📋 copy color: '#6F397B'

red 111 ◦ green 57 ◦ blue 123

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

Shades of Eminence #6F397B

Tints of Eminence #6F397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 38.14%
G = 19.59%
B = 42.27%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F397B (or 0x6F397B) is known color: Eminence. HEX triplet: 6F, 39 and 7B. RGB value is (111,57,123). Sum of RGB (Red+Green+Blue) = 111+57+123=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F397B is #90C684. Grayscale: #505050. Windows color (decimal): -9488005 or 8075631. OLE color: 8075631.

HSL color Cylindrical-coordinate representation of color #6F397B: hue angle of 289.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F397B is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 57 123 -
CMYK 0.10 0.54 0 0.52
HSL 289.09º 0.37% 0.35% -
HSV(B) 289.09º 0.54% 0.48% -
XYZ 11.59 7.74 19.62 -
YUV 80.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 111 57 123 0.10 0.54 0 0.52 289.09 0.37 0.35
Hex 6F 39 7B A 36 0 34 121 25 23
Octal 157 71 173 12 66 0 64 441 45 43
Binary 1101111 111001 1111011 1010 110110 0 110100 100100001 100101 100011

Color Harmonies of #6F397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F397B

Black with #6F397B

Text Example


Text Example

White with #6F397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,123); }

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

background-color css

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

 a { background-color: rgb(111,57,123); }

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

border-color css

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

 span { border-color: rgb(111,57,123); }

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