#6B549E

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

Shades of Studio #6B549E

Tints of Studio #6B549E

Color information

#6B549E (or 0x6B549E) is unknown color: approx Studio. HEX triplet: 6B, 54 and 9E. RGB value is (107,84,158). Sum of RGB (Red+Green+Blue) = 107+84+158=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B549E is #94AB61. Grayscale: #636363. Windows color (decimal): -9743202 or 10376299. OLE color: 10376299.

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

Color convert

RGB10784158-
CMYK0.320.4700.38
HSL258.65º30.58%47.45%-
HSV(B)258.65º46.84%61.96%-
XYZ15.4111.9433.84-
YUV99.31161.12133.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=30.66%
G=24.07%
B=45.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107841580.320.4700.38258.6530.5847.45
Hex6B549E202F0261031f2f
Octal15312423640570464033757
Binary1101011101010010011110100000101111010011010000001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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