#6F58AF

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

Shades of Blue Marguerite #6F58AF

Tints of Blue Marguerite #6F58AF

Color information

#6F58AF (or 0x6F58AF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 58 and AF. RGB value is (111,88,175). Sum of RGB (Red+Green+Blue) = 111+88+175=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F58AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F58AF is #90A750. Grayscale: #686868. Windows color (decimal): -9480017 or 11491439. OLE color: 11491439.

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

Color convert

RGB11188175-
CMYK0.370.5000.31
HSL255.86º35.22%51.57%-
HSV(B)255.86º49.71%68.63%-
XYZ17.7813.4542.22-
YUV104.8167.62132.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.68%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=29.68%
G=23.53%
B=46.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111881750.370.5000.31255.8635.2251.57
Hex6F58AF253201F1002334
Octal15713025745620374004364
Binary1101111101100010101111100101110010011111100000000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F58AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,175); }

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

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

 a { background-color: rgb(111,88,175); }

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

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

 span { border-color: rgb(111,88,175); }

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