#675ABA

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

Shades of Blue Marguerite #675ABA

Tints of Blue Marguerite #675ABA

Color information

#675ABA (or 0x675ABA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and BA. RGB value is (103,90,186). Sum of RGB (Red+Green+Blue) = 103+90+186=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #675ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ABA is #98A545. Grayscale: #686868. Windows color (decimal): -10003782 or 12212839. OLE color: 12212839.

HSL color Cylindrical-coordinate representation of color #675ABA: hue angle of 248.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675ABA is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10390186-
CMYK0.450.5200.27
HSL248.12º41.03%54.12%-
HSV(B)248.12º51.61%72.94%-
XYZ18.1113.7448.15-
YUV104.83173.81126.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=27.18%
G=23.75%
B=49.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103901860.450.5200.27248.1241.0354.12
Hex675ABA2D3401Bf82936
Octal14713227255640333705166
Binary110011110110101011101010110111010001101111111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675ABA; }

 p { color: rgb(103,90,186); }

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

<style>
 a { background-color: #675ABA; }

 a { background-color: rgb(103,90,186); }

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

<style>
 span { border-color: #675ABA; }

 span { border-color: rgb(103,90,186); }

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