#675EB3

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

Shades of Blue Marguerite #675EB3

Tints of Blue Marguerite #675EB3

Color information

#675EB3 (or 0x675EB3) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5E and B3. RGB value is (103,94,179). Sum of RGB (Red+Green+Blue) = 103+94+179=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #675EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EB3 is #98A14C. Grayscale: #6A6A6A. Windows color (decimal): -10002765 or 11755111. OLE color: 11755111.

HSL color Cylindrical-coordinate representation of color #675EB3: hue angle of 246.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675EB3 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10394179-
CMYK0.420.4700.30
HSL246.35º35.86%53.53%-
HSV(B)246.35º47.49%70.2%-
XYZ17.7314.1444.44-
YUV106.38168.98125.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.39%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 179 (70.31% from 255) = 47.61%
R=27.39%
G=25%
B=47.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103941790.420.4700.30246.3535.8653.53
Hex675EB32A2F01Ef62436
Octal14713626352570363664466
Binary110011110111101011001110101010111101111011110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,94,179); }

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

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

 a { background-color: rgb(103,94,179); }

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

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

 span { border-color: rgb(103,94,179); }

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