#695BB8

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

Shades of Blue Marguerite #695BB8

Tints of Blue Marguerite #695BB8

Color information

#695BB8 (or 0x695BB8) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and B8. RGB value is (105,91,184). Sum of RGB (Red+Green+Blue) = 105+91+184=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #695BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BB8 is #96A447. Grayscale: #696969. Windows color (decimal): -9872456 or 12082025. OLE color: 12082025.

HSL color Cylindrical-coordinate representation of color #695BB8: hue angle of 249.03º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695BB8 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10591184-
CMYK0.430.5100.28
HSL249.03º39.57%53.92%-
HSV(B)249.03º50.54%72.16%-
XYZ18.2213.9547.08-
YUV105.79172.14127.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 184 (72.27% from 255) = 48.42%
R=27.63%
G=23.95%
B=48.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105911840.430.5100.28249.0339.5753.92
Hex695BB82B3301Cf92836
Octal15113327053630343715066
Binary110100110110111011100010101111001101110011111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,184); }

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

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

 a { background-color: rgb(105,91,184); }

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

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

 span { border-color: rgb(105,91,184); }

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