Html Css Color HEX #6F4EAC Studio

📋 copy color: '#6F4EAC'

red 111 ◦ green 78 ◦ blue 172

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

Shades of Studio #6F4EAC

Tints of Studio #6F4EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 30.75%
G = 21.61%
B = 47.65%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F4EAC (or 0x6F4EAC) is known color: Studio. HEX triplet: 6F, 4E and AC. RGB value is (111,78,172). Sum of RGB (Red+Green+Blue) = 111+78+172=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F4EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4EAC is #90B153. Grayscale: #626262. Windows color (decimal): -9482580 or 11292271. OLE color: 11292271.

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

Color convert

RGB 111 78 172 -
CMYK 0.35 0.55 0 0.33
HSL 261.06º 0.38% 0.49% -
HSV(B) 261.06º 0.55% 0.67% -
XYZ 16.73 11.81 40.43 -
YUV 98.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 111 78 172 0.35 0.55 0 0.33 261.06 0.38 0.49
Hex 6F 4E AC 23 37 0 21 105 26 31
Octal 157 116 254 43 67 0 41 405 46 61
Binary 1101111 1001110 10101100 100011 110111 0 100001 100000101 100110 110001

Color Harmonies of #6F4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4EAC

Black with #6F4EAC

Text Example


Text Example

White with #6F4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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