#6C529E

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

Shades of Studio #6C529E

Tints of Studio #6C529E

Color information

#6C529E (or 0x6C529E) is unknown color: approx Studio. HEX triplet: 6C, 52 and 9E. RGB value is (108,82,158). Sum of RGB (Red+Green+Blue) = 108+82+158=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C529E is #93AD61. Grayscale: #626262. Windows color (decimal): -9678178 or 10375788. OLE color: 10375788.

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

Color convert

RGB10882158-
CMYK0.320.4800.38
HSL260.53º31.67%47.06%-
HSV(B)260.53º48.1%61.96%-
XYZ15.3711.6933.79-
YUV98.44161.61134.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.03%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=31.03%
G=23.56%
B=45.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108821580.320.4800.38260.5331.6747.06
Hex6C529E2030026105202f
Octal15412223640600464054057
Binary11011001010010100111101000001100000100110100000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,158); }

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

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

 a { background-color: rgb(108,82,158); }

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

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

 span { border-color: rgb(108,82,158); }

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