#6f43b2

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

Shades of Studio #6F43B2

Tints of Studio #6F43B2

Color information

#6F43B2 (or 0x6F43B2) is unknown color: approx Studio. HEX triplet: 6F, 43 and B2. RGB value is (111,67,178). Sum of RGB (Red+Green+Blue) = 111+67+178=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #6F43B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F43B2 is #90BC4D. Grayscale: #5C5C5C. Windows color (decimal): -9485390 or 11682671. OLE color: 11682671.

HSL color Cylindrical-coordinate representation of color #6F43B2: hue angle of 263.78º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F43B2 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11167178-
CMYK0.380.6200.30
HSL263.78º45.31%48.04%-
HSV(B)263.78º62.36%69.8%-
XYZ16.610.6143.29-
YUV92.81176.08140.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 178 (69.92% from 255) = 50%
R=31.18%
G=18.82%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111671780.380.6200.30263.7845.3148.04
Hex6F43B2263E01E1082d30
Octal15710326246760364105560
Binary1101111100001110110010100110111110011110100001000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f43b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,67,178); }

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

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

 a { background-color: rgb(111,67,178); }

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

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

 span { border-color: rgb(111,67,178); }

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