#695EBC

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

Shades of Blue Marguerite #695EBC

Tints of Blue Marguerite #695EBC

Color information

#695EBC (or 0x695EBC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and BC. RGB value is (105,94,188). Sum of RGB (Red+Green+Blue) = 105+94+188=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #695EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EBC is #96A143. Grayscale: #6B6B6B. Windows color (decimal): -9871684 or 12344937. OLE color: 12344937.

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

Color convert

RGB10594188-
CMYK0.440.5000.26
HSL247.02º41.23%55.29%-
HSV(B)247.02º50%73.73%-
XYZ18.9114.6449.41-
YUV108173.14125.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=27.13%
G=24.29%
B=48.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105941880.440.5000.26247.0241.2355.29
Hex695EBC2C3201Af72937
Octal15113627454620323675167
Binary110100110111101011110010110011001001101011110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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