Html Css Color HEX #6B4DAA Studio

📋 copy color: '#6B4DAA'

red 107 ◦ green 77 ◦ blue 170

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

Shades of Studio #6B4DAA

Tints of Studio #6B4DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 30.23%
G = 21.75%
B = 48.02%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B4DAA (or 0x6B4DAA) is known color: Studio. HEX triplet: 6B, 4D and AA. RGB value is (107,77,170). Sum of RGB (Red+Green+Blue) = 107+77+170=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DAA is #94B255. Grayscale: #606060. Windows color (decimal): -9744982 or 11160939. OLE color: 11160939.

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

Color convert

RGB 107 77 170 -
CMYK 0.37 0.55 0 0.33
HSL 259.35º 0.38% 0.48% -
HSV(B) 259.35º 0.55% 0.67% -
XYZ 15.97 11.34 39.38 -
YUV 96.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 107 77 170 0.37 0.55 0 0.33 259.35 0.38 0.48
Hex 6B 4D AA 25 37 0 21 103 26 30
Octal 153 115 252 45 67 0 41 403 46 60
Binary 1101011 1001101 10101010 100101 110111 0 100001 100000011 100110 110000

Color Harmonies of #6B4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DAA

Black with #6B4DAA

Text Example


Text Example

White with #6B4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,170); }

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

background-color css

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

 a { background-color: rgb(107,77,170); }

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

border-color css

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

 span { border-color: rgb(107,77,170); }

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