#695FB6

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

Shades of Blue Marguerite #695FB6

Tints of Blue Marguerite #695FB6

Color information

#695FB6 (or 0x695FB6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5F and B6. RGB value is (105,95,182). Sum of RGB (Red+Green+Blue) = 105+95+182=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #695FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FB6 is #96A049. Grayscale: #6B6B6B. Windows color (decimal): -9871434 or 11951977. OLE color: 11951977.

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

Color convert

RGB10595182-
CMYK0.420.4800.29
HSL246.9º37.34%54.31%-
HSV(B)246.9º47.8%71.37%-
XYZ18.3614.5746.1-
YUV107.91169.81125.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=27.49%
G=24.87%
B=47.64%

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
Decimal105951820.420.4800.29246.937.3454.31
Hex695FB62A3001Df72536
Octal15113726652600353674566
Binary110100110111111011011010101011000001110111110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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