#675FB8

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

Shades of Blue Marguerite #675FB8

Tints of Blue Marguerite #675FB8

Color information

#675FB8 (or 0x675FB8) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5F and B8. RGB value is (103,95,184). Sum of RGB (Red+Green+Blue) = 103+95+184=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #675FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FB8 is #98A047. Grayscale: #6B6B6B. Windows color (decimal): -10002504 or 12083047. OLE color: 12083047.

HSL color Cylindrical-coordinate representation of color #675FB8: hue angle of 245.39º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675FB8 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10395184-
CMYK0.440.4800.28
HSL245.39º38.53%54.71%-
HSV(B)245.39º48.37%72.16%-
XYZ18.3414.5347.19-
YUV107.54171.15124.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 184 (72.27% from 255) = 48.17%
R=26.96%
G=24.87%
B=48.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103951840.440.4800.28245.3938.5354.71
Hex675FB82C3001Cf52737
Octal14713727054600343654767
Binary110011110111111011100010110011000001110011110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,95,184); }

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

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

 a { background-color: rgb(103,95,184); }

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

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

 span { border-color: rgb(103,95,184); }

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