#6755BD

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

Shades of Blue Marguerite #6755BD

Tints of Blue Marguerite #6755BD

Color information

#6755BD (or 0x6755BD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 55 and BD. RGB value is (103,85,189). Sum of RGB (Red+Green+Blue) = 103+85+189=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #6755BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755BD is #98AA42. Grayscale: #656565. Windows color (decimal): -10005059 or 12408167. OLE color: 12408167.

HSL color Cylindrical-coordinate representation of color #6755BD: hue angle of 250.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6755BD is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10385189-
CMYK0.460.5500.26
HSL250.38º44.07%53.73%-
HSV(B)250.38º55.03%74.12%-
XYZ18.0313.0549.71-
YUV102.24176.96128.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=27.32%
G=22.55%
B=50.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103851890.460.5500.26250.3844.0753.73
Hex6755BD2E3701Afa2c36
Octal14712527556670323725466
Binary110011110101011011110110111011011101101011111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6755BD; }

 p { color: rgb(103,85,189); }

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

<style>
 a { background-color: #6755BD; }

 a { background-color: rgb(103,85,189); }

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

<style>
 span { border-color: #6755BD; }

 span { border-color: rgb(103,85,189); }

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