#6F4BAB

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

Shades of Studio #6F4BAB

Tints of Studio #6F4BAB

Color information

#6F4BAB (or 0x6F4BAB) is unknown color: approx Studio. HEX triplet: 6F, 4B and AB. RGB value is (111,75,171). Sum of RGB (Red+Green+Blue) = 111+75+171=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4BAB is #90B454. Grayscale: #606060. Windows color (decimal): -9483349 or 11225967. OLE color: 11225967.

HSL color Cylindrical-coordinate representation of color #6F4BAB: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F4BAB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11175171-
CMYK0.350.5600.33
HSL262.5º39.02%48.24%-
HSV(B)262.5º56.14%67.06%-
XYZ16.4211.3539.85-
YUV96.71169.93138.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=31.09%
G=21.01%
B=47.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111751710.350.5600.33262.539.0248.24
Hex6F4BAB23380211062730
Octal15711325343700414064760
Binary11011111001011101010111000111110000100001100000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,75,171); }

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

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

 a { background-color: rgb(111,75,171); }

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

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

 span { border-color: rgb(111,75,171); }

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