#675DBC

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

Shades of Blue Marguerite #675DBC

Tints of Blue Marguerite #675DBC

Color information

#675DBC (or 0x675DBC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and BC. RGB value is (103,93,188). Sum of RGB (Red+Green+Blue) = 103+93+188=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #675DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBC is #98A243. Grayscale: #6A6A6A. Windows color (decimal): -10003012 or 12344679. OLE color: 12344679.

HSL color Cylindrical-coordinate representation of color #675DBC: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675DBC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10393188-
CMYK0.450.5100.26
HSL246.32º41.48%55.1%-
HSV(B)246.32º50.53%73.73%-
XYZ18.5814.3449.37-
YUV106.82173.81125.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=26.82%
G=24.22%
B=48.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103931880.450.5100.26246.3241.4855.1
Hex675DBC2D3301Af62937
Octal14713527455630323665167
Binary110011110111011011110010110111001101101011110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,93,188); }

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

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

 a { background-color: rgb(103,93,188); }

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

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

 span { border-color: rgb(103,93,188); }

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