#6F5DAD

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

Shades of Blue Marguerite #6F5DAD

Tints of Blue Marguerite #6F5DAD

Color information

#6F5DAD (or 0x6F5DAD) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5D and AD. RGB value is (111,93,173). Sum of RGB (Red+Green+Blue) = 111+93+173=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5DAD is #90A252. Grayscale: #6B6B6B. Windows color (decimal): -9478739 or 11361647. OLE color: 11361647.

HSL color Cylindrical-coordinate representation of color #6F5DAD: hue angle of 253.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5DAD is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11193173-
CMYK0.360.4600.32
HSL253.5º32.79%52.16%-
HSV(B)253.5º46.24%67.84%-
XYZ18.0114.2341.33-
YUV107.5164.96130.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=29.44%
G=24.67%
B=45.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111931730.360.4600.32253.532.7952.16
Hex6F5DAD242E020fe2134
Octal15713525544560403764164
Binary1101111101110110101101100100101110010000011111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,93,173); }

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

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

 a { background-color: rgb(111,93,173); }

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

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

 span { border-color: rgb(111,93,173); }

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