Html Css Color HEX #6E4DAB Studio

📋 copy color: '#6E4DAB'

red 110 ◦ green 77 ◦ blue 171

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

Shades of Studio #6E4DAB

Tints of Studio #6E4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

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

R = 30.73%
G = 21.51%
B = 47.77%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E4DAB (or 0x6E4DAB) is known color: Studio. HEX triplet: 6E, 4D and AB. RGB value is (110,77,171). Sum of RGB (Red+Green+Blue) = 110+77+171=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4DAB is #91B254. Grayscale: #616161. Windows color (decimal): -9548373 or 11226478. OLE color: 11226478.

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

Color convert

RGB 110 77 171 -
CMYK 0.36 0.55 0 0.33
HSL 261.06º 0.38% 0.49% -
HSV(B) 261.06º 0.55% 0.67% -
XYZ 16.43 11.56 39.89 -
YUV 97.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 110 77 171 0.36 0.55 0 0.33 261.06 0.38 0.49
Hex 6E 4D AB 24 37 0 21 105 26 31
Octal 156 115 253 44 67 0 41 405 46 61
Binary 1101110 1001101 10101011 100100 110111 0 100001 100000101 100110 110001

Color Harmonies of #6E4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DAB

Black with #6E4DAB

Text Example


Text Example

White with #6E4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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