#675CB8

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

Shades of Blue Marguerite #675CB8

Tints of Blue Marguerite #675CB8

Color information

#675CB8 (or 0x675CB8) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5C and B8. RGB value is (103,92,184). Sum of RGB (Red+Green+Blue) = 103+92+184=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #675CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CB8 is #98A347. Grayscale: #696969. Windows color (decimal): -10003272 or 12082279. OLE color: 12082279.

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

Color convert

RGB10392184-
CMYK0.440.5000.28
HSL247.17º39.32%54.12%-
HSV(B)247.17º50%72.16%-
XYZ18.071447.1-
YUV105.78172.14126.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=27.18%
G=24.27%
B=48.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103921840.440.5000.28247.1739.3254.12
Hex675CB82C3201Cf72736
Octal14713427054620343674766
Binary110011110111001011100010110011001001110011110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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