#6b4f97

Color #6B4F97 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6B4F97

Tints of Studio #6B4F97

Color information

#6B4F97 (or 0x6B4F97) is unknown color: approx Studio. HEX triplet: 6B, 4F and 97. RGB value is (107,79,151). Sum of RGB (Red+Green+Blue) = 107+79+151=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B4F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4F97 is #94B068. Grayscale: #5F5F5F. Windows color (decimal): -9744489 or 9916267. OLE color: 9916267.

HSL color Cylindrical-coordinate representation of color #6B4F97: hue angle of 263.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4F97 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10779151-
CMYK0.290.4800.41
HSL263.33º31.3%45.1%-
HSV(B)263.33º47.68%59.22%-
XYZ14.4510.9530.63-
YUV95.58159.28136.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 151 (59.38% from 255) = 44.81%
R=31.75%
G=23.44%
B=44.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107791510.290.4800.41263.3331.345.1
Hex6B4F971D300291071f2d
Octal15311722735600514073755
Binary110101110011111001011111101110000010100110000011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,151); }

 H1.HeaderClassName
 {
   color: #6b4f97;
 }
 .AnyTagClassName
 {
   color: #6b4f97;
 }
</style>
background-color css

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

 a { background-color: rgb(107,79,151); }

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

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

 span { border-color: rgb(107,79,151); }

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