#6F469B

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

Shades of Studio #6F469B

Tints of Studio #6F469B

Color information

#6F469B (or 0x6F469B) is unknown color: approx Studio. HEX triplet: 6F, 46 and 9B. RGB value is (111,70,155). Sum of RGB (Red+Green+Blue) = 111+70+155=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F469B is #90B964. Grayscale: #5B5B5B. Windows color (decimal): -9484645 or 10176111. OLE color: 10176111.

HSL color Cylindrical-coordinate representation of color #6F469B: hue angle of 268.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F469B is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11170155-
CMYK0.280.5500.39
HSL268.94º37.78%44.12%-
HSV(B)268.94º54.84%60.78%-
XYZ14.6610.1332.19-
YUV91.95163.58141.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=33.04%
G=20.83%
B=46.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111701550.280.5500.39268.9437.7844.12
Hex6F469B1C3702710d262c
Octal15710623334670474154654
Binary1101111100011010011011111001101110100111100001101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,155); }

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

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

 a { background-color: rgb(111,70,155); }

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

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

 span { border-color: rgb(111,70,155); }

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