#695EB6

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

Shades of Blue Marguerite #695EB6

Tints of Blue Marguerite #695EB6

Color information

#695EB6 (or 0x695EB6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and B6. RGB value is (105,94,182). Sum of RGB (Red+Green+Blue) = 105+94+182=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #695EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EB6 is #96A149. Grayscale: #6A6A6A. Windows color (decimal): -9871690 or 11951721. OLE color: 11951721.

HSL color Cylindrical-coordinate representation of color #695EB6: hue angle of 247.5º degrees, saturation: 0.38, 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 #695EB6 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10594182-
CMYK0.420.4800.29
HSL247.5º37.61%54.12%-
HSV(B)247.5º48.35%71.37%-
XYZ18.2714.3946.07-
YUV107.32170.14126.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=27.56%
G=24.67%
B=47.77%

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
Decimal105941820.420.4800.29247.537.6154.12
Hex695EB62A3001Df82636
Octal15113626652600353704666
Binary110100110111101011011010101011000001110111111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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