#695DCC

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

Shades of Slate Blue #695DCC

Tints of Slate Blue #695DCC

Color information

#695DCC (or 0x695DCC) is unknown color: approx Slate Blue. HEX triplet: 69, 5D and CC. RGB value is (105,93,204). Sum of RGB (Red+Green+Blue) = 105+93+204=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #695DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DCC is #96A233. Grayscale: #6C6C6C. Windows color (decimal): -9871924 or 13393257. OLE color: 13393257.

HSL color Cylindrical-coordinate representation of color #695DCC: hue angle of 246.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695DCC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10593204-
CMYK0.490.5400.2
HSL246.49º52.11%58.24%-
HSV(B)246.49º54.41%80%-
XYZ20.6415.1958.97-
YUV109.24181.48124.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=26.12%
G=23.13%
B=50.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal105932040.490.5400.2246.4952.1158.24
Hex695DCC3136014f6343a
Octal15113531461660243666472
Binary110100110111011100110011000111011001010011110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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