#6F60BE

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

Shades of Blue Marguerite #6F60BE

Tints of Blue Marguerite #6F60BE

Color information

#6F60BE (or 0x6F60BE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 60 and BE. RGB value is (111,96,190). Sum of RGB (Red+Green+Blue) = 111+96+190=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F60BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60BE is #909F41. Grayscale: #6E6E6E. Windows color (decimal): -9477954 or 12476527. OLE color: 12476527.

HSL color Cylindrical-coordinate representation of color #6F60BE: hue angle of 249.57º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F60BE is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11196190-
CMYK0.420.4900.25
HSL249.57º41.96%56.08%-
HSV(B)249.57º49.47%74.51%-
XYZ20.0315.4650.64-
YUV111.2172.47127.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=27.96%
G=24.18%
B=47.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111961900.420.4900.25249.5741.9656.08
Hex6F60BE2A31019fa2a38
Octal15714027652610313725270
Binary110111111000001011111010101011000101100111111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,190); }

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

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

 a { background-color: rgb(111,96,190); }

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

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

 span { border-color: rgb(111,96,190); }

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