Html Css Color HEX #6B4BAE Studio

📋 copy color: '#6B4BAE'

red 107 ◦ green 75 ◦ blue 174

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

Shades of Studio #6B4BAE

Tints of Studio #6B4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 30.06%
G = 21.07%
B = 48.88%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B4BAE (or 0x6B4BAE) is known color: Studio. HEX triplet: 6B, 4B and AE. RGB value is (107,75,174). Sum of RGB (Red+Green+Blue) = 107+75+174=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4BAE is #94B451. Grayscale: #5F5F5F. Windows color (decimal): -9745490 or 11422571. OLE color: 11422571.

HSL color Cylindrical-coordinate representation of color #6B4BAE: hue angle of 259.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B4BAE is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 75 174 -
CMYK 0.39 0.57 0 0.32
HSL 259.39º 0.4% 0.49% -
HSV(B) 259.39º 0.57% 0.68% -
XYZ 16.22 11.21 41.35 -
YUV 95.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 107 75 174 0.39 0.57 0 0.32 259.39 0.4 0.49
Hex 6B 4B AE 27 39 0 20 103 28 31
Octal 153 113 256 47 71 0 40 403 50 61
Binary 1101011 1001011 10101110 100111 111001 0 100000 100000011 101000 110001

Color Harmonies of #6B4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4BAE

Black with #6B4BAE

Text Example


Text Example

White with #6B4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,75,174); }

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

background-color css

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

 a { background-color: rgb(107,75,174); }

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

border-color css

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

 span { border-color: rgb(107,75,174); }

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