#695CC5

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

Shades of Slate Blue #695CC5

Tints of Slate Blue #695CC5

Color information

#695CC5 (or 0x695CC5) is unknown color: approx Slate Blue. HEX triplet: 69, 5C and C5. RGB value is (105,92,197). Sum of RGB (Red+Green+Blue) = 105+92+197=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #695CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CC5 is #96A33A. Grayscale: #6B6B6B. Windows color (decimal): -9872187 or 12934249. OLE color: 12934249.

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

Color convert

RGB10592197-
CMYK0.470.5300.23
HSL247.43º47.51%56.67%-
HSV(B)247.43º53.3%77.25%-
XYZ19.7314.6954.62-
YUV107.86178.31125.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 197 (77.34% from 255) = 50%
R=26.65%
G=23.35%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105921970.470.5300.23247.4347.5156.67
Hex695CC52F35017f73039
Octal15113430557650273676071
Binary110100110111001100010110111111010101011111110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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