#694CB4

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

Shades of Blue Marguerite #694CB4

Tints of Blue Marguerite #694CB4

Color information

#694CB4 (or 0x694CB4) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4C and B4. RGB value is (105,76,180). Sum of RGB (Red+Green+Blue) = 105+76+180=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #694CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CB4 is #96B34B. Grayscale: #606060. Windows color (decimal): -9876300 or 11816041. OLE color: 11816041.

HSL color Cylindrical-coordinate representation of color #694CB4: hue angle of 256.73º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694CB4 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10576180-
CMYK0.420.5800.29
HSL256.73º40.94%50.2%-
HSV(B)256.73º57.78%70.59%-
XYZ16.6511.4744.52-
YUV96.53175.11134.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=29.09%
G=21.05%
B=49.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105761800.420.5800.29256.7340.9450.2
Hex694CB42A3A01D1012932
Octal15111426452720354015162
Binary1101001100110010110100101010111010011101100000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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