#694CBE

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

Shades of Blue Marguerite #694CBE

Tints of Blue Marguerite #694CBE

Color information

#694CBE (or 0x694CBE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4C and BE. RGB value is (105,76,190). Sum of RGB (Red+Green+Blue) = 105+76+190=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #694CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CBE is #96B341. Grayscale: #616161. Windows color (decimal): -9876290 or 12471401. OLE color: 12471401.

HSL color Cylindrical-coordinate representation of color #694CBE: hue angle of 255.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694CBE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10576190-
CMYK0.450.6000.25
HSL255.26º46.72%52.16%-
HSV(B)255.26º60%74.51%-
XYZ17.711.8950.08-
YUV97.67180.11133.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=28.30%
G=20.49%
B=51.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105761900.450.6000.25255.2646.7252.16
Hex694CBE2D3C019ff2f34
Octal15111427655740313775764
Binary110100110011001011111010110111110001100111111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694CBE; }

 p { color: rgb(105,76,190); }

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

<style>
 a { background-color: #694CBE; }

 a { background-color: rgb(105,76,190); }

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

<style>
 span { border-color: #694CBE; }

 span { border-color: rgb(105,76,190); }

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