#694EC0

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

Shades of Slate Blue #694EC0

Tints of Slate Blue #694EC0

Color information

#694EC0 (or 0x694EC0) is unknown color: approx Slate Blue. HEX triplet: 69, 4E and C0. RGB value is (105,78,192). Sum of RGB (Red+Green+Blue) = 105+78+192=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #694EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EC0 is #96B13F. Grayscale: #626262. Windows color (decimal): -9875776 or 12602985. OLE color: 12602985.

HSL color Cylindrical-coordinate representation of color #694EC0: hue angle of 254.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694EC0 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10578192-
CMYK0.450.5900.25
HSL254.21º47.5%52.94%-
HSV(B)254.21º59.38%75.29%-
XYZ18.0612.2651.28-
YUV99.07180.45132.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=28%
G=20.8%
B=51.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105781920.450.5900.25254.2147.552.94
Hex694EC02D3B019fe3035
Octal15111630055730313766065
Binary110100110011101100000010110111101101100111111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,192); }

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

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

 a { background-color: rgb(105,78,192); }

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

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

 span { border-color: rgb(105,78,192); }

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