#675DB8

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

Shades of Blue Marguerite #675DB8

Tints of Blue Marguerite #675DB8

Color information

#675DB8 (or 0x675DB8) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and B8. RGB value is (103,93,184). Sum of RGB (Red+Green+Blue) = 103+93+184=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #675DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DB8 is #98A247. Grayscale: #6A6A6A. Windows color (decimal): -10003016 or 12082535. OLE color: 12082535.

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

Color convert

RGB10393184-
CMYK0.440.4900.28
HSL246.59º39.06%54.31%-
HSV(B)246.59º49.46%72.16%-
XYZ18.1614.1747.13-
YUV106.36171.81125.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 184 (72.27% from 255) = 48.42%
R=27.11%
G=24.47%
B=48.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103931840.440.4900.28246.5939.0654.31
Hex675DB82C3101Cf72736
Octal14713527054610343674766
Binary110011110111011011100010110011000101110011110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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