#6F5295

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

Shades of Studio #6F5295

Tints of Studio #6F5295

Color information

#6F5295 (or 0x6F5295) is unknown color: approx Studio. HEX triplet: 6F, 52 and 95. RGB value is (111,82,149). Sum of RGB (Red+Green+Blue) = 111+82+149=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5295 is #90AD6A. Grayscale: #626262. Windows color (decimal): -9481579 or 9785967. OLE color: 9785967.

HSL color Cylindrical-coordinate representation of color #6F5295: hue angle of 265.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F5295 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11182149-
CMYK0.260.4500.42
HSL265.97º29%45.29%-
HSV(B)265.97º44.97%58.43%-
XYZ1511.5829.88-
YUV98.31156.61137.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=32.46%
G=23.98%
B=43.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111821490.260.4500.42265.972945.29
Hex6F52951A2D02A10a1d2d
Octal15712222532550524123555
Binary110111110100101001010111010101101010101010000101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,149); }

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

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

 a { background-color: rgb(111,82,149); }

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

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

 span { border-color: rgb(111,82,149); }

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