Html Css Color HEX #6B4EA1 Studio

📋 copy color: '#6B4EA1'

red 107 ◦ green 78 ◦ blue 161

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

Shades of Studio #6B4EA1

Tints of Studio #6B4EA1

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

 BLUE value IS 161 (63.28% from 255) = 46.53%

R = 30.92%
G = 22.54%
B = 46.53%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6B4EA1 (or 0x6B4EA1) is known color: Studio. HEX triplet: 6B, 4E and A1. RGB value is (107,78,161). Sum of RGB (Red+Green+Blue) = 107+78+161=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B4EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EA1 is #94B15E. Grayscale: #5F5F5F. Windows color (decimal): -9744735 or 10571371. OLE color: 10571371.

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

Color convert

RGB 107 78 161 -
CMYK 0.34 0.52 0 0.37
HSL 260.96º 0.35% 0.47% -
HSV(B) 260.96º 0.52% 0.63% -
XYZ 15.22 11.15 35.07 -
YUV 96.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 107 78 161 0.34 0.52 0 0.37 260.96 0.35 0.47
Hex 6B 4E A1 22 34 0 25 105 23 2F
Octal 153 116 241 42 64 0 45 405 43 57
Binary 1101011 1001110 10100001 100010 110100 0 100101 100000101 100011 101111

Color Harmonies of #6B4EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EA1

Black with #6B4EA1

Text Example


Text Example

White with #6B4EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,161); }

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

background-color css

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

 a { background-color: rgb(107,78,161); }

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

border-color css

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

 span { border-color: rgb(107,78,161); }

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