#6F60B4

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

Shades of Blue Marguerite #6F60B4

Tints of Blue Marguerite #6F60B4

Color information

#6F60B4 (or 0x6F60B4) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 60 and B4. RGB value is (111,96,180). Sum of RGB (Red+Green+Blue) = 111+96+180=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F60B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60B4 is #909F4B. Grayscale: #6D6D6D. Windows color (decimal): -9477964 or 11821167. OLE color: 11821167.

HSL color Cylindrical-coordinate representation of color #6F60B4: hue angle of 250.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F60B4 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11196180-
CMYK0.380.4700.29
HSL250.71º35.9%54.12%-
HSV(B)250.71º46.67%70.59%-
XYZ18.9815.0445.08-
YUV110.06167.47128.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=28.68%
G=24.81%
B=46.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111961800.380.4700.29250.7135.954.12
Hex6F60B4262F01Dfb2436
Octal15714026446570353734466
Binary110111111000001011010010011010111101110111111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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