#675daf

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

Shades of Blue Marguerite #675DAF

Tints of Blue Marguerite #675DAF

Color information

#675DAF (or 0x675DAF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and AF. RGB value is (103,93,175). Sum of RGB (Red+Green+Blue) = 103+93+175=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #675DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DAF is #98A250. Grayscale: #696969. Windows color (decimal): -10003025 or 11492711. OLE color: 11492711.

HSL color Cylindrical-coordinate representation of color #675DAF: hue angle of 247.32º degrees, saturation: 0.34, 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 #675DAF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10393175-
CMYK0.410.4700.31
HSL247.32º33.88%52.55%-
HSV(B)247.32º46.86%68.63%-
XYZ17.2513.8142.31-
YUV105.34167.31126.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=27.76%
G=25.07%
B=47.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103931750.410.4700.31247.3233.8852.55
Hex675DAF292F01Ff72235
Octal14713525751570373674265
Binary110011110111011010111110100110111101111111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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