Html Css Color HEX #6B4DA3 Studio

📋 copy color: '#6B4DA3'

red 107 ◦ green 77 ◦ blue 163

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

Shades of Studio #6B4DA3

Tints of Studio #6B4DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.97%

R = 30.84%
G = 22.19%
B = 46.97%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B4DA3 (or 0x6B4DA3) is known color: Studio. HEX triplet: 6B, 4D and A3. RGB value is (107,77,163). Sum of RGB (Red+Green+Blue) = 107+77+163=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B4DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DA3 is #94B25C. Grayscale: #5F5F5F. Windows color (decimal): -9744989 or 10702187. OLE color: 10702187.

HSL color Cylindrical-coordinate representation of color #6B4DA3: hue angle of 260.93º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B4DA3 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 77 163 -
CMYK 0.34 0.53 0 0.36
HSL 260.93º 0.36% 0.47% -
HSV(B) 260.93º 0.53% 0.64% -
XYZ 15.33 11.08 35.98 -
YUV 95.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 107 77 163 0.34 0.53 0 0.36 260.93 0.36 0.47
Hex 6B 4D A3 22 35 0 24 105 24 2F
Octal 153 115 243 42 65 0 44 405 44 57
Binary 1101011 1001101 10100011 100010 110101 0 100100 100000101 100100 101111

Color Harmonies of #6B4DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DA3

Black with #6B4DA3

Text Example


Text Example

White with #6B4DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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