#6E5297

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

Shades of Studio #6E5297

Tints of Studio #6E5297

Color information

#6E5297 (or 0x6E5297) is unknown color: approx Studio. HEX triplet: 6E, 52 and 97. RGB value is (110,82,151). Sum of RGB (Red+Green+Blue) = 110+82+151=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E5297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5297 is #91AD68. Grayscale: #616161. Windows color (decimal): -9547113 or 9917038. OLE color: 9917038.

HSL color Cylindrical-coordinate representation of color #6E5297: hue angle of 264.35º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5297 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11082151-
CMYK0.270.4600.41
HSL264.35º29.61%45.69%-
HSV(B)264.35º45.7%59.22%-
XYZ15.0311.5830.72-
YUV98.24157.78136.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.07%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=32.07%
G=23.91%
B=44.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110821510.270.4600.41264.3529.6145.69
Hex6E52971B2E0291081e2e
Octal15612222733560514103656
Binary110111010100101001011111011101110010100110000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,151); }

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

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

 a { background-color: rgb(110,82,151); }

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

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

 span { border-color: rgb(110,82,151); }

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