#6C5FBE

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

Shades of Blue Marguerite #6C5FBE

Tints of Blue Marguerite #6C5FBE

Color information

#6C5FBE (or 0x6C5FBE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5F and BE. RGB value is (108,95,190). Sum of RGB (Red+Green+Blue) = 108+95+190=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FBE is #93A041. Grayscale: #6D6D6D. Windows color (decimal): -9674818 or 12476268. OLE color: 12476268.

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

Color convert

RGB10895190-
CMYK0.430.500.25
HSL248.21º42.22%55.88%-
HSV(B)248.21º50%74.51%-
XYZ19.5715.0950.6-
YUV109.72173.31126.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=27.48%
G=24.17%
B=48.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108951900.430.500.25248.2142.2255.88
Hex6C5FBE2B32019f82a38
Octal15413727653620313705270
Binary110110010111111011111010101111001001100111111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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