#695DC6

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

Shades of Slate Blue #695DC6

Tints of Slate Blue #695DC6

Color information

#695DC6 (or 0x695DC6) is unknown color: approx Slate Blue. HEX triplet: 69, 5D and C6. RGB value is (105,93,198). Sum of RGB (Red+Green+Blue) = 105+93+198=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #695DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DC6 is #96A239. Grayscale: #6C6C6C. Windows color (decimal): -9871930 or 13000041. OLE color: 13000041.

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

Color convert

RGB10593198-
CMYK0.470.5300.22
HSL246.86º47.95%57.06%-
HSV(B)246.86º53.03%77.65%-
XYZ19.9314.9155.25-
YUV108.56178.48125.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 198 (77.73% from 255) = 50%
R=26.52%
G=23.48%
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.22
SystemRedGreenBlueCMYKHSL
Decimal105931980.470.5300.22246.8647.9557.06
Hex695DC62F35016f73039
Octal15113530657650263676071
Binary110100110111011100011010111111010101011011110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,198); }

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

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

 a { background-color: rgb(105,93,198); }

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

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

 span { border-color: rgb(105,93,198); }

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