#695BC8

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

Shades of Slate Blue #695BC8

Tints of Slate Blue #695BC8

Color information

#695BC8 (or 0x695BC8) is unknown color: approx Slate Blue. HEX triplet: 69, 5B and C8. RGB value is (105,91,200). Sum of RGB (Red+Green+Blue) = 105+91+200=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #695BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BC8 is #96A437. Grayscale: #6B6B6B. Windows color (decimal): -9872440 or 13130601. OLE color: 13130601.

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

Color convert

RGB10591200-
CMYK0.480.5400.22
HSL247.71º49.77%57.06%-
HSV(B)247.71º54.5%78.43%-
XYZ19.9914.6656.42-
YUV107.61180.14126.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=26.52%
G=22.98%
B=50.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105912000.480.5400.22247.7149.7757.06
Hex695BC83036016f83239
Octal15113331060660263706271
Binary110100110110111100100011000011011001011011111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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