Html Css Color HEX #6B4A94 Studio

📋 copy color: '#6B4A94'

red 107 ◦ green 74 ◦ blue 148

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

Shades of Studio #6B4A94

Tints of Studio #6B4A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.49%

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

R = 32.52%
G = 22.49%
B = 44.98%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B4A94 (or 0x6B4A94) is known color: Studio. HEX triplet: 6B, 4A and 94. RGB value is (107,74,148). Sum of RGB (Red+Green+Blue) = 107+74+148=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4A94 is #94B56B. Grayscale: #5C5C5C. Windows color (decimal): -9745772 or 9718379. OLE color: 9718379.

HSL color Cylindrical-coordinate representation of color #6B4A94: hue angle of 266.76º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4A94 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 74 148 -
CMYK 0.28 0.50 0 0.42
HSL 266.76º 0.33% 0.44% -
HSV(B) 266.76º 0.5% 0.58% -
XYZ 13.86 10.16 29.25 -
YUV 92.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 107 74 148 0.28 0.50 0 0.42 266.76 0.33 0.44
Hex 6B 4A 94 1C 32 0 2A 10B 21 2C
Octal 153 112 224 34 62 0 52 413 41 54
Binary 1101011 1001010 10010100 11100 110010 0 101010 100001011 100001 101100

Color Harmonies of #6B4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A94

Black with #6B4A94

Text Example


Text Example

White with #6B4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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