Html Css Color HEX #6B4BAB Studio

📋 copy color: '#6B4BAB'

red 107 ◦ green 75 ◦ blue 171

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

Shades of Studio #6B4BAB

Tints of Studio #6B4BAB

RGB

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

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

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

R = 30.31%
G = 21.25%
B = 48.44%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B4BAB (or 0x6B4BAB) is known color: Studio. HEX triplet: 6B, 4B and AB. RGB value is (107,75,171). Sum of RGB (Red+Green+Blue) = 107+75+171=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4BAB is #94B454. Grayscale: #5F5F5F. Windows color (decimal): -9745493 or 11225963. OLE color: 11225963.

HSL color Cylindrical-coordinate representation of color #6B4BAB: hue angle of 260º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B4BAB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 75 171 -
CMYK 0.37 0.56 0 0.33
HSL 260º 0.39% 0.48% -
HSV(B) 260º 0.56% 0.67% -
XYZ 15.93 11.1 39.83 -
YUV 95.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 107 75 171 0.37 0.56 0 0.33 260 0.39 0.48
Hex 6B 4B AB 25 38 0 21 104 27 30
Octal 153 113 253 45 70 0 41 404 47 60
Binary 1101011 1001011 10101011 100101 111000 0 100001 100000100 100111 110000

Color Harmonies of #6B4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4BAB

Black with #6B4BAB

Text Example


Text Example

White with #6B4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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