#694CC5

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

Shades of Slate Blue #694CC5

Tints of Slate Blue #694CC5

Color information

#694CC5 (or 0x694CC5) is unknown color: approx Slate Blue. HEX triplet: 69, 4C and C5. RGB value is (105,76,197). Sum of RGB (Red+Green+Blue) = 105+76+197=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #694CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CC5 is #96B33A. Grayscale: #626262. Windows color (decimal): -9876283 or 12930153. OLE color: 12930153.

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

Color convert

RGB10576197-
CMYK0.470.6100.23
HSL254.38º51.05%53.53%-
HSV(B)254.38º61.42%77.25%-
XYZ18.4912.254.2-
YUV98.46183.61132.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 197 (77.34% from 255) = 52.12%
R=27.78%
G=20.11%
B=52.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105761970.470.6100.23254.3851.0553.53
Hex694CC52F3D017fe3336
Octal15111430557750273766366
Binary110100110011001100010110111111110101011111111110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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