#6758BB

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

Shades of Blue Marguerite #6758BB

Tints of Blue Marguerite #6758BB

Color information

#6758BB (or 0x6758BB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 58 and BB. RGB value is (103,88,187). Sum of RGB (Red+Green+Blue) = 103+88+187=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #6758BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758BB is #98A744. Grayscale: #676767. Windows color (decimal): -10004293 or 12277863. OLE color: 12277863.

HSL color Cylindrical-coordinate representation of color #6758BB: hue angle of 249.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6758BB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10388187-
CMYK0.450.5300.27
HSL249.09º42.13%53.92%-
HSV(B)249.09º52.94%73.33%-
XYZ18.0513.4548.66-
YUV103.77174.97127.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=27.25%
G=23.28%
B=49.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103881870.450.5300.27249.0942.1353.92
Hex6758BB2D3501Bf92a36
Octal14713027355650333715266
Binary110011110110001011101110110111010101101111111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6758BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6758BB; }

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

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

<style>
 a { background-color: #6758BB; }

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

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

<style>
 span { border-color: #6758BB; }

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

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