#675CAF

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

Shades of Blue Marguerite #675CAF

Tints of Blue Marguerite #675CAF

Color information

#675CAF (or 0x675CAF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5C and AF. RGB value is (103,92,175). Sum of RGB (Red+Green+Blue) = 103+92+175=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #675CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675CAF is #98A350. Grayscale: #686868. Windows color (decimal): -10003281 or 11492455. OLE color: 11492455.

HSL color Cylindrical-coordinate representation of color #675CAF: hue angle of 247.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675CAF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10392175-
CMYK0.410.4700.31
HSL247.95º34.16%52.35%-
HSV(B)247.95º47.43%68.63%-
XYZ17.1613.6342.28-
YUV104.75167.64126.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=27.84%
G=24.86%
B=47.30%

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
Decimal103921750.410.4700.31247.9534.1652.35
Hex675CAF292F01Ff82234
Octal14713425751570373704264
Binary110011110111001010111110100110111101111111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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