#6761BE

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

Shades of Blue Marguerite #6761BE

Tints of Blue Marguerite #6761BE

Color information

#6761BE (or 0x6761BE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 61 and BE. RGB value is (103,97,190). Sum of RGB (Red+Green+Blue) = 103+97+190=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #6761BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761BE is #989E41. Grayscale: #6D6D6D. Windows color (decimal): -10001986 or 12476775. OLE color: 12476775.

HSL color Cylindrical-coordinate representation of color #6761BE: hue angle of 243.87º 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 #6761BE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10397190-
CMYK0.460.4900.25
HSL243.87º41.7%56.27%-
HSV(B)243.87º48.95%74.51%-
XYZ19.1615.1550.63-
YUV109.4173.49123.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=26.41%
G=24.87%
B=48.72%

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
Decimal103971900.460.4900.25243.8741.756.27
Hex6761BE2E31019f42a38
Octal14714127656610313645270
Binary110011111000011011111010111011000101100111110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6761BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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