#695FB5

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

Shades of Blue Marguerite #695FB5

Tints of Blue Marguerite #695FB5

Color information

#695FB5 (or 0x695FB5) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5F and B5. RGB value is (105,95,181). Sum of RGB (Red+Green+Blue) = 105+95+181=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #695FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FB5 is #96A04A. Grayscale: #6B6B6B. Windows color (decimal): -9871435 or 11886441. OLE color: 11886441.

HSL color Cylindrical-coordinate representation of color #695FB5: hue angle of 246.98º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #695FB5 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10595181-
CMYK0.420.4800.29
HSL246.98º36.75%54.12%-
HSV(B)246.98º47.51%70.98%-
XYZ18.2614.5245.56-
YUV107.79169.31126.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 181 (71.09% from 255) = 47.51%
R=27.56%
G=24.93%
B=47.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105951810.420.4800.29246.9836.7554.12
Hex695FB52A3001Df72536
Octal15113726552600353674566
Binary110100110111111011010110101011000001110111110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,95,181); }

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

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

 a { background-color: rgb(105,95,181); }

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

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

 span { border-color: rgb(105,95,181); }

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