#6C68AE

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

Shades of Blue Marguerite #6C68AE

Tints of Blue Marguerite #6C68AE

Color information

#6C68AE (or 0x6C68AE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 68 and AE. RGB value is (108,104,174). Sum of RGB (Red+Green+Blue) = 108+104+174=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C68AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C68AE is #939751. Grayscale: #707070. Windows color (decimal): -9672530 or 11429996. OLE color: 11429996.

HSL color Cylindrical-coordinate representation of color #6C68AE: hue angle of 243.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C68AE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108104174-
CMYK0.380.4000.32
HSL243.43º30.17%54.51%-
HSV(B)243.43º40.23%68.24%-
XYZ18.7716.1442.17-
YUV113.18162.33124.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.98%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=27.98%
G=26.94%
B=45.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081041740.380.4000.32243.4330.1754.51
Hex6C68AE2628020f31e37
Octal15415025646500403633667
Binary110110011010001010111010011010100001000001111001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,104,174); }

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

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

 a { background-color: rgb(108,104,174); }

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

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

 span { border-color: rgb(108,104,174); }

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