#6C5FAB

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

Shades of Blue Marguerite #6C5FAB

Tints of Blue Marguerite #6C5FAB

Color information

#6C5FAB (or 0x6C5FAB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5F and AB. RGB value is (108,95,171). Sum of RGB (Red+Green+Blue) = 108+95+171=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5FAB is #93A054. Grayscale: #6B6B6B. Windows color (decimal): -9674837 or 11231084. OLE color: 11231084.

HSL color Cylindrical-coordinate representation of color #6C5FAB: hue angle of 250.26º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C5FAB is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10895171-
CMYK0.370.4400.33
HSL250.26º31.15%52.16%-
HSV(B)250.26º44.44%67.06%-
XYZ17.6314.3140.36-
YUV107.55163.81128.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.88%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=28.88%
G=25.40%
B=45.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108951710.370.4400.33250.2631.1552.16
Hex6C5FAB252C021fa1f34
Octal15413725345540413723764
Binary110110010111111010101110010110110001000011111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,171); }

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

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

 a { background-color: rgb(108,95,171); }

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

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

 span { border-color: rgb(108,95,171); }

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