#694CBB

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

Shades of Blue Marguerite #694CBB

Tints of Blue Marguerite #694CBB

Color information

#694CBB (or 0x694CBB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4C and BB. RGB value is (105,76,187). Sum of RGB (Red+Green+Blue) = 105+76+187=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #694CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CBB is #96B344. Grayscale: #606060. Windows color (decimal): -9876293 or 12274793. OLE color: 12274793.

HSL color Cylindrical-coordinate representation of color #694CBB: hue angle of 255.68º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694CBB is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10576187-
CMYK0.440.5900.27
HSL255.68º44.94%51.57%-
HSV(B)255.68º59.36%73.33%-
XYZ17.3811.7648.37-
YUV97.32178.61133.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=28.53%
G=20.65%
B=50.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105761870.440.5900.27255.6844.9451.57
Hex694CBB2C3B01B1002d34
Octal15111427354730334005564
Binary1101001100110010111011101100111011011011100000000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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