#675BBE

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

Shades of Blue Marguerite #675BBE

Tints of Blue Marguerite #675BBE

Color information

#675BBE (or 0x675BBE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5B and BE. RGB value is (103,91,190). Sum of RGB (Red+Green+Blue) = 103+91+190=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #675BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BBE is #98A441. Grayscale: #696969. Windows color (decimal): -10003522 or 12475239. OLE color: 12475239.

HSL color Cylindrical-coordinate representation of color #675BBE: hue angle of 247.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675BBE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10391190-
CMYK0.460.5200.25
HSL247.27º43.23%55.1%-
HSV(B)247.27º52.11%74.51%-
XYZ18.6314.0850.45-
YUV105.87175.48125.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=26.82%
G=23.70%
B=49.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103911900.460.5200.25247.2743.2355.1
Hex675BBE2E34019f72b37
Octal14713327656640313675367
Binary110011110110111011111010111011010001100111110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,91,190); }

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

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

 a { background-color: rgb(103,91,190); }

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

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

 span { border-color: rgb(103,91,190); }

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