#6760BE

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

Shades of Blue Marguerite #6760BE

Tints of Blue Marguerite #6760BE

Color information

#6760BE (or 0x6760BE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 60 and BE. RGB value is (103,96,190). Sum of RGB (Red+Green+Blue) = 103+96+190=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6760BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760BE is #989F41. Grayscale: #6C6C6C. Windows color (decimal): -10002242 or 12476519. OLE color: 12476519.

HSL color Cylindrical-coordinate representation of color #6760BE: hue angle of 244.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6760BE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10396190-
CMYK0.460.4900.25
HSL244.47º41.96%56.08%-
HSV(B)244.47º49.47%74.51%-
XYZ19.0714.9750.6-
YUV108.81173.82123.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=26.48%
G=24.68%
B=48.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103961900.460.4900.25244.4741.9656.08
Hex6760BE2E31019f42a38
Octal14714027656610313645270
Binary110011111000001011111010111011000101100111110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6760BE; }

 p { color: rgb(103,96,190); }

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

<style>
 a { background-color: #6760BE; }

 a { background-color: rgb(103,96,190); }

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

<style>
 span { border-color: #6760BE; }

 span { border-color: rgb(103,96,190); }

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