#675DB1

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

Shades of Blue Marguerite #675DB1

Tints of Blue Marguerite #675DB1

Color information

#675DB1 (or 0x675DB1) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and B1. RGB value is (103,93,177). Sum of RGB (Red+Green+Blue) = 103+93+177=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #675DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DB1 is #98A24E. Grayscale: #696969. Windows color (decimal): -10003023 or 11623783. OLE color: 11623783.

HSL color Cylindrical-coordinate representation of color #675DB1: hue angle of 247.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675DB1 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10393177-
CMYK0.420.4700.31
HSL247.14º35%52.94%-
HSV(B)247.14º47.46%69.41%-
XYZ17.4413.8943.36-
YUV105.57168.31126.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.61%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=27.61%
G=24.93%
B=47.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103931770.420.4700.31247.143552.94
Hex675DB12A2F01Ff72335
Octal14713526152570373674365
Binary110011110111011011000110101010111101111111110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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