#675DBB

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

Shades of Blue Marguerite #675DBB

Tints of Blue Marguerite #675DBB

Color information

#675DBB (or 0x675DBB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and BB. RGB value is (103,93,187). Sum of RGB (Red+Green+Blue) = 103+93+187=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #675DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBB is #98A244. Grayscale: #6A6A6A. Windows color (decimal): -10003013 or 12279143. OLE color: 12279143.

HSL color Cylindrical-coordinate representation of color #675DBB: hue angle of 246.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675DBB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10393187-
CMYK0.450.5000.27
HSL246.38º40.87%54.9%-
HSV(B)246.38º50.27%73.33%-
XYZ18.4814.348.8-
YUV106.71173.31125.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.89%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=26.89%
G=24.28%
B=48.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103931870.450.5000.27246.3840.8754.9
Hex675DBB2D3201Bf62937
Octal14713527355620333665167
Binary110011110111011011101110110111001001101111110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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