#694CE0

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

Shades of Slate Blue #694CE0

Tints of Slate Blue #694CE0

Color information

#694CE0 (or 0x694CE0) is unknown color: approx Slate Blue. HEX triplet: 69, 4C and E0. RGB value is (105,76,224). Sum of RGB (Red+Green+Blue) = 105+76+224=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #694CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CE0 is #96B31F. Grayscale: #646464. Windows color (decimal): -9876256 or 14699625. OLE color: 14699625.

HSL color Cylindrical-coordinate representation of color #694CE0: hue angle of 251.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694CE0 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10576224-
CMYK0.530.6600.12
HSL251.76º70.48%58.82%-
HSV(B)251.76º66.07%87.84%-
XYZ21.8613.5571.98-
YUV101.54197.11130.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 224 (87.89% from 255) = 55.31%
R=25.93%
G=18.77%
B=55.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105762240.530.6600.12251.7670.4858.82
Hex694CE035420Cfc463b
Octal1511143406510201437410673
Binary1101001100110011100000110101100001001100111111001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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