#6F5ABF

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

Shades of Blue Marguerite #6F5ABF

Tints of Blue Marguerite #6F5ABF

Color information

#6F5ABF (or 0x6F5ABF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5A and BF. RGB value is (111,90,191). Sum of RGB (Red+Green+Blue) = 111+90+191=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5ABF is #90A540. Grayscale: #6B6B6B. Windows color (decimal): -9479489 or 12540527. OLE color: 12540527.

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

Color convert

RGB11190191-
CMYK0.420.5300.25
HSL252.48º44.1%55.1%-
HSV(B)252.48º52.88%74.9%-
XYZ19.6214.4551.05-
YUV107.79174.96130.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.32%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 191 (75% from 255) = 48.72%
R=28.32%
G=22.96%
B=48.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111901910.420.5300.25252.4844.155.1
Hex6F5ABF2A35019fc2c37
Octal15713227752650313745467
Binary110111110110101011111110101011010101100111111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,191); }

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

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

 a { background-color: rgb(111,90,191); }

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

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

 span { border-color: rgb(111,90,191); }

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