Html Css Color HEX #6E4FAB Studio

📋 copy color: '#6E4FAB'

red 110 ◦ green 79 ◦ blue 171

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

Shades of Studio #6E4FAB

Tints of Studio #6E4FAB

RGB

 RED value IS 110 (43.36% from 255) = 30.56%

 GREEN value IS 79 (31.25% from 255) = 21.94%

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

R = 30.56%
G = 21.94%
B = 47.5%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E4FAB (or 0x6E4FAB) is known color: Studio. HEX triplet: 6E, 4F and AB. RGB value is (110,79,171). Sum of RGB (Red+Green+Blue) = 110+79+171=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 79 (31.25% from 255 or 21.94% 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 #6E4FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4FAB is #91B054. Grayscale: #626262. Windows color (decimal): -9547861 or 11226990. OLE color: 11226990.

HSL color Cylindrical-coordinate representation of color #6E4FAB: hue angle of 260.22º 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 #6E4FAB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 79 171 -
CMYK 0.36 0.54 0 0.33
HSL 260.22º 0.37% 0.49% -
HSV(B) 260.22º 0.54% 0.67% -
XYZ 16.58 11.85 39.94 -
YUV 98.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 110 79 171 0.36 0.54 0 0.33 260.22 0.37 0.49
Hex 6E 4F AB 24 36 0 21 104 25 31
Octal 156 117 253 44 66 0 41 404 45 61
Binary 1101110 1001111 10101011 100100 110110 0 100001 100000100 100101 110001

Color Harmonies of #6E4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4FAB

Black with #6E4FAB

Text Example


Text Example

White with #6E4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,79,171); }

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

background-color css

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

 a { background-color: rgb(110,79,171); }

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

border-color css

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

 span { border-color: rgb(110,79,171); }

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