#694BB3

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

Shades of Blue Marguerite #694BB3

Tints of Blue Marguerite #694BB3

Color information

#694BB3 (or 0x694BB3) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4B and B3. RGB value is (105,75,179). Sum of RGB (Red+Green+Blue) = 105+75+179=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #694BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BB3 is #96B44C. Grayscale: #5F5F5F. Windows color (decimal): -9876557 or 11750249. OLE color: 11750249.

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

Color convert

RGB10575179-
CMYK0.410.5800.30
HSL257.31º40.94%49.8%-
HSV(B)257.31º58.1%70.2%-
XYZ16.4811.2943.96-
YUV95.83174.94134.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=29.25%
G=20.89%
B=49.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105751790.410.5800.30257.3140.9449.8
Hex694BB3293A01E1012932
Octal15111326351720364015162
Binary1101001100101110110011101001111010011110100000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,75,179); }

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

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

 a { background-color: rgb(105,75,179); }

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

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

 span { border-color: rgb(105,75,179); }

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