#6750BF

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

Shades of Blue Marguerite #6750BF

Tints of Blue Marguerite #6750BF

Color information

#6750BF (or 0x6750BF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 50 and BF. RGB value is (103,80,191). Sum of RGB (Red+Green+Blue) = 103+80+191=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #6750BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750BF is #98AF40. Grayscale: #636363. Windows color (decimal): -10006337 or 12537959. OLE color: 12537959.

HSL color Cylindrical-coordinate representation of color #6750BF: hue angle of 252.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6750BF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10380191-
CMYK0.460.5800.25
HSL252.43º46.44%53.14%-
HSV(B)252.43º58.12%74.9%-
XYZ17.8712.3850.74-
YUV99.53179.62130.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 191 (75% from 255) = 51.07%
R=27.54%
G=21.39%
B=51.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103801910.460.5800.25252.4346.4453.14
Hex6750BF2E3A019fc2e35
Octal14712027756720313745665
Binary110011110100001011111110111011101001100111111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6750BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6750BF; }

 p { color: rgb(103,80,191); }

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

<style>
 a { background-color: #6750BF; }

 a { background-color: rgb(103,80,191); }

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

<style>
 span { border-color: #6750BF; }

 span { border-color: rgb(103,80,191); }

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