Html Css Color HEX #6B4895 Studio

📋 copy color: '#6B4895'

red 107 ◦ green 72 ◦ blue 149

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

Shades of Studio #6B4895

Tints of Studio #6B4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.95%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 32.62%
G = 21.95%
B = 45.43%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B4895 (or 0x6B4895) is known color: Studio. HEX triplet: 6B, 48 and 95. RGB value is (107,72,149). Sum of RGB (Red+Green+Blue) = 107+72+149=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B4895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4895 is #94B76A. Grayscale: #5A5A5A. Windows color (decimal): -9746283 or 9783403. OLE color: 9783403.

HSL color Cylindrical-coordinate representation of color #6B4895: hue angle of 267.27º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B4895 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 72 149 -
CMYK 0.28 0.52 0 0.42
HSL 267.27º 0.35% 0.43% -
HSV(B) 267.27º 0.52% 0.58% -
XYZ 13.81 9.93 29.62 -
YUV 91.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 107 72 149 0.28 0.52 0 0.42 267.27 0.35 0.43
Hex 6B 48 95 1C 34 0 2A 10B 23 2B
Octal 153 110 225 34 64 0 52 413 43 53
Binary 1101011 1001000 10010101 11100 110100 0 101010 100001011 100011 101011

Color Harmonies of #6B4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4895

Black with #6B4895

Text Example


Text Example

White with #6B4895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,149); }

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

background-color css

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

 a { background-color: rgb(107,72,149); }

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

border-color css

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

 span { border-color: rgb(107,72,149); }

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