#675DB4

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

Shades of Blue Marguerite #675DB4

Tints of Blue Marguerite #675DB4

Color information

#675DB4 (or 0x675DB4) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and B4. RGB value is (103,93,180). Sum of RGB (Red+Green+Blue) = 103+93+180=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #675DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DB4 is #98A24B. Grayscale: #696969. Windows color (decimal): -10003020 or 11820391. OLE color: 11820391.

HSL color Cylindrical-coordinate representation of color #675DB4: hue angle of 246.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675DB4 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10393180-
CMYK0.430.4800.29
HSL246.9º36.71%53.53%-
HSV(B)246.9º48.33%70.59%-
XYZ17.7514.0144.95-
YUV105.91169.81125.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.39%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=27.39%
G=24.73%
B=47.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103931800.430.4800.29246.936.7153.53
Hex675DB42B3001Df72536
Octal14713526453600353674566
Binary110011110111011011010010101111000001110111110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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