#695EB9

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

Shades of Blue Marguerite #695EB9

Tints of Blue Marguerite #695EB9

Color information

#695EB9 (or 0x695EB9) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and B9. RGB value is (105,94,185). Sum of RGB (Red+Green+Blue) = 105+94+185=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #695EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EB9 is #96A146. Grayscale: #6B6B6B. Windows color (decimal): -9871687 or 12148329. OLE color: 12148329.

HSL color Cylindrical-coordinate representation of color #695EB9: hue angle of 247.25º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695EB9 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10594185-
CMYK0.430.4900.27
HSL247.25º39.39%54.71%-
HSV(B)247.25º49.19%72.55%-
XYZ18.5914.5147.72-
YUV107.66171.64126.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 185 (72.66% from 255) = 48.18%
R=27.34%
G=24.48%
B=48.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105941850.430.4900.27247.2539.3954.71
Hex695EB92B3101Bf72737
Octal15113627153610333674767
Binary110100110111101011100110101111000101101111110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,185); }

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

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

 a { background-color: rgb(105,94,185); }

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

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

 span { border-color: rgb(105,94,185); }

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