#6F68B2

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

Shades of Blue Marguerite #6F68B2

Tints of Blue Marguerite #6F68B2

Color information

#6F68B2 (or 0x6F68B2) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 68 and B2. RGB value is (111,104,178). Sum of RGB (Red+Green+Blue) = 111+104+178=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #6F68B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F68B2 is #90974D. Grayscale: #727272. Windows color (decimal): -9475918 or 11692143. OLE color: 11692143.

HSL color Cylindrical-coordinate representation of color #6F68B2: hue angle of 245.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F68B2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111104178-
CMYK0.380.4200.30
HSL245.68º32.46%55.29%-
HSV(B)245.68º41.57%69.8%-
XYZ19.5416.4944.27-
YUV114.53163.82125.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.24%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 178 (69.92% from 255) = 45.29%
R=28.24%
G=26.46%
B=45.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111041780.380.4200.30245.6832.4655.29
Hex6F68B2262A01Ef62037
Octal15715026246520363664067
Binary110111111010001011001010011010101001111011110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F68B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F68B2; }

 p { color: rgb(111,104,178); }

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

<style>
 a { background-color: #6F68B2; }

 a { background-color: rgb(111,104,178); }

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

<style>
 span { border-color: #6F68B2; }

 span { border-color: rgb(111,104,178); }

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