#695ABB

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

Shades of Blue Marguerite #695ABB

Tints of Blue Marguerite #695ABB

Color information

#695ABB (or 0x695ABB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5A and BB. RGB value is (105,90,187). Sum of RGB (Red+Green+Blue) = 105+90+187=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #695ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ABB is #96A544. Grayscale: #696969. Windows color (decimal): -9872709 or 12278377. OLE color: 12278377.

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

Color convert

RGB10590187-
CMYK0.440.5200.27
HSL249.28º41.63%54.31%-
HSV(B)249.28º51.87%73.33%-
XYZ18.4513.948.72-
YUV105.54173.97127.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=27.49%
G=23.56%
B=48.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105901870.440.5200.27249.2841.6354.31
Hex695ABB2C3401Bf92a36
Octal15113227354640333715266
Binary110100110110101011101110110011010001101111111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695ABB; }

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

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

<style>
 a { background-color: #695ABB; }

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

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

<style>
 span { border-color: #695ABB; }

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

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