#695DBB

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

Shades of Blue Marguerite #695DBB

Tints of Blue Marguerite #695DBB

Color information

#695DBB (or 0x695DBB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5D and BB. RGB value is (105,93,187). Sum of RGB (Red+Green+Blue) = 105+93+187=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #695DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DBB is #96A244. Grayscale: #6A6A6A. Windows color (decimal): -9871941 or 12279145. OLE color: 12279145.

HSL color Cylindrical-coordinate representation of color #695DBB: hue angle of 247.66º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695DBB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10593187-
CMYK0.440.5000.27
HSL247.66º40.87%54.9%-
HSV(B)247.66º50.27%73.33%-
XYZ18.7114.4248.81-
YUV107.3172.98126.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=27.27%
G=24.16%
B=48.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105931870.440.5000.27247.6640.8754.9
Hex695DBB2C3201Bf82937
Octal15113527354620333705167
Binary110100110111011011101110110011001001101111111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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