Html Css Color HEX #6B4994 Studio

📋 copy color: '#6B4994'

red 107 ◦ green 73 ◦ blue 148

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

Shades of Studio #6B4994

Tints of Studio #6B4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 32.62%
G = 22.26%
B = 45.12%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B4994 (or 0x6B4994) is known color: Studio. HEX triplet: 6B, 49 and 94. RGB value is (107,73,148). Sum of RGB (Red+Green+Blue) = 107+73+148=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4994 is #94B66B. Grayscale: #5B5B5B. Windows color (decimal): -9746028 or 9718123. OLE color: 9718123.

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

Color convert

RGB 107 73 148 -
CMYK 0.28 0.51 0 0.42
HSL 267.2º 0.34% 0.43% -
HSV(B) 267.2º 0.51% 0.58% -
XYZ 13.79 10.03 29.23 -
YUV 91.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 107 73 148 0.28 0.51 0 0.42 267.2 0.34 0.43
Hex 6B 49 94 1C 33 0 2A 10B 22 2B
Octal 153 111 224 34 63 0 52 413 42 53
Binary 1101011 1001001 10010100 11100 110011 0 101010 100001011 100010 101011

Color Harmonies of #6B4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4994

Black with #6B4994

Text Example


Text Example

White with #6B4994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,148); }

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

background-color css

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

 a { background-color: rgb(107,73,148); }

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

border-color css

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

 span { border-color: rgb(107,73,148); }

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