#6B509C

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

Shades of Studio #6B509C

Tints of Studio #6B509C

Color information

#6B509C (or 0x6B509C) is unknown color: approx Studio. HEX triplet: 6B, 50 and 9C. RGB value is (107,80,156). Sum of RGB (Red+Green+Blue) = 107+80+156=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509C is #94AF63. Grayscale: #606060. Windows color (decimal): -9744228 or 10244203. OLE color: 10244203.

HSL color Cylindrical-coordinate representation of color #6B509C: hue angle of 261.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B509C is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10780156-
CMYK0.310.4900.39
HSL261.32º32.2%46.27%-
HSV(B)261.32º48.72%61.18%-
XYZ14.9311.2632.84-
YUV96.74161.45135.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=31.20%
G=23.32%
B=45.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107801560.310.4900.39261.3232.246.27
Hex6B509C1F31027105202e
Octal15312023437610474054056
Binary1101011101000010011100111111100010100111100000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,156); }

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

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

 a { background-color: rgb(107,80,156); }

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

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

 span { border-color: rgb(107,80,156); }

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