#6F4CAA

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

Shades of Studio #6F4CAA

Tints of Studio #6F4CAA

Color information

#6F4CAA (or 0x6F4CAA) is unknown color: approx Studio. HEX triplet: 6F, 4C and AA. RGB value is (111,76,170). Sum of RGB (Red+Green+Blue) = 111+76+170=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4CAA is #90B355. Grayscale: #606060. Windows color (decimal): -9483094 or 11160687. OLE color: 11160687.

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

Color convert

RGB11176170-
CMYK0.350.5500.33
HSL262.34º38.21%48.24%-
HSV(B)262.34º55.29%66.67%-
XYZ16.411.4539.38-
YUV97.18169.1137.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=31.09%
G=21.29%
B=47.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111761700.350.5500.33262.3438.2148.24
Hex6F4CAA23370211062630
Octal15711425243670414064660
Binary11011111001100101010101000111101110100001100000110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,170); }

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

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

 a { background-color: rgb(111,76,170); }

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

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

 span { border-color: rgb(111,76,170); }

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