#6F5CB1

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

Shades of Blue Marguerite #6F5CB1

Tints of Blue Marguerite #6F5CB1

Color information

#6F5CB1 (or 0x6F5CB1) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5C and B1. RGB value is (111,92,177). Sum of RGB (Red+Green+Blue) = 111+92+177=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5CB1 is #90A34E. Grayscale: #6B6B6B. Windows color (decimal): -9478991 or 11623535. OLE color: 11623535.

HSL color Cylindrical-coordinate representation of color #6F5CB1: hue angle of 253.41º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F5CB1 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11192177-
CMYK0.370.4800.31
HSL253.41º35.27%52.75%-
HSV(B)253.41º48.02%69.41%-
XYZ18.3214.2143.37-
YUV107.37167.29130.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.21%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=29.21%
G=24.21%
B=46.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111921770.370.4800.31253.4135.2752.75
Hex6F5CB1253001Ffd2335
Octal15713426145600373754365
Binary110111110111001011000110010111000001111111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,177); }

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

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

 a { background-color: rgb(111,92,177); }

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

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

 span { border-color: rgb(111,92,177); }

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