#695EB4

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

Shades of Blue Marguerite #695EB4

Tints of Blue Marguerite #695EB4

Color information

#695EB4 (or 0x695EB4) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and B4. RGB value is (105,94,180). Sum of RGB (Red+Green+Blue) = 105+94+180=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #695EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EB4 is #96A14B. Grayscale: #6A6A6A. Windows color (decimal): -9871692 or 11820649. OLE color: 11820649.

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

Color convert

RGB10594180-
CMYK0.420.4800.29
HSL247.67º36.44%53.73%-
HSV(B)247.67º47.78%70.59%-
XYZ18.0714.344.99-
YUV107.09169.14126.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=27.70%
G=24.80%
B=47.49%

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
Decimal105941800.420.4800.29247.6736.4453.73
Hex695EB42A3001Df82436
Octal15113626452600353704466
Binary110100110111101011010010101011000001110111111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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