Html Css Color HEX #6F4EAB Studio

📋 copy color: '#6F4EAB'

red 111 ◦ green 78 ◦ blue 171

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

Shades of Studio #6F4EAB

Tints of Studio #6F4EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 30.83%
G = 21.67%
B = 47.5%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F4EAB (or 0x6F4EAB) is known color: Studio. HEX triplet: 6F, 4E and AB. RGB value is (111,78,171). Sum of RGB (Red+Green+Blue) = 111+78+171=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4EAB is #90B154. Grayscale: #626262. Windows color (decimal): -9482581 or 11226735. OLE color: 11226735.

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

Color convert

RGB 111 78 171 -
CMYK 0.35 0.54 0 0.33
HSL 261.29º 0.37% 0.49% -
HSV(B) 261.29º 0.54% 0.67% -
XYZ 16.63 11.77 39.92 -
YUV 98.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 111 78 171 0.35 0.54 0 0.33 261.29 0.37 0.49
Hex 6F 4E AB 23 36 0 21 105 25 31
Octal 157 116 253 43 66 0 41 405 45 61
Binary 1101111 1001110 10101011 100011 110110 0 100001 100000101 100101 110001

Color Harmonies of #6F4EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4EAB

Black with #6F4EAB

Text Example


Text Example

White with #6F4EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,171); }

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

background-color css

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

 a { background-color: rgb(111,78,171); }

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

border-color css

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

 span { border-color: rgb(111,78,171); }

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