#695BC5

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

Shades of Slate Blue #695BC5

Tints of Slate Blue #695BC5

Color information

#695BC5 (or 0x695BC5) is unknown color: approx Slate Blue. HEX triplet: 69, 5B and C5. RGB value is (105,91,197). Sum of RGB (Red+Green+Blue) = 105+91+197=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #695BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BC5 is #96A43A. Grayscale: #6A6A6A. Windows color (decimal): -9872443 or 12933993. OLE color: 12933993.

HSL color Cylindrical-coordinate representation of color #695BC5: hue angle of 247.92º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695BC5 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10591197-
CMYK0.470.5400.23
HSL247.92º47.75%56.47%-
HSV(B)247.92º53.81%77.25%-
XYZ19.6414.5254.59-
YUV107.27178.64126.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=26.72%
G=23.16%
B=50.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105911970.470.5400.23247.9247.7556.47
Hex695BC52F36017f83038
Octal15113330557660273706070
Binary110100110110111100010110111111011001011111111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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