#6B4EAF

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

Shades of Blue Marguerite #6B4EAF

Tints of Blue Marguerite #6B4EAF

Color information

#6B4EAF (or 0x6B4EAF) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4E and AF. RGB value is (107,78,175). Sum of RGB (Red+Green+Blue) = 107+78+175=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EAF is #94B150. Grayscale: #616161. Windows color (decimal): -9744721 or 11488875. OLE color: 11488875.

HSL color Cylindrical-coordinate representation of color #6B4EAF: hue angle of 257.94º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4EAF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10778175-
CMYK0.390.5500.31
HSL257.94º38.34%49.61%-
HSV(B)257.94º55.43%68.63%-
XYZ16.5311.6741.94-
YUV97.73171.61134.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=29.72%
G=21.67%
B=48.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107781750.390.5500.31257.9438.3449.61
Hex6B4EAF273701F1022632
Octal15311625747670374024662
Binary1101011100111010101111100111110111011111100000010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,175); }

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

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

 a { background-color: rgb(107,78,175); }

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

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

 span { border-color: rgb(107,78,175); }

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