#6B489E

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

Shades of Studio #6B489E

Tints of Studio #6B489E

Color information

#6B489E (or 0x6B489E) is unknown color: approx Studio. HEX triplet: 6B, 48 and 9E. RGB value is (107,72,158). Sum of RGB (Red+Green+Blue) = 107+72+158=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B489E is #94B761. Grayscale: #5B5B5B. Windows color (decimal): -9746274 or 10373227. OLE color: 10373227.

HSL color Cylindrical-coordinate representation of color #6B489E: hue angle of 264.42º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B489E is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10772158-
CMYK0.320.5400.38
HSL264.42º37.39%45.1%-
HSV(B)264.42º54.43%61.96%-
XYZ14.5510.2333.56-
YUV92.27165.1138.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=31.75%
G=21.36%
B=46.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107721580.320.5400.38264.4237.3945.1
Hex6B489E2036026108252d
Octal15311023640660464104555
Binary11010111001000100111101000001101100100110100001000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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