Html Css Color HEX #694EC1 Slate Blue

📋 copy color: '#694EC1'

red 105 ◦ green 78 ◦ blue 193

#694EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #694EC1

Tints of Slate Blue #694EC1

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 27.93%
G = 20.74%
B = 51.33%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#694EC1 (or 0x694EC1) is known color: Slate Blue. HEX triplet: 69, 4E and C1. RGB value is (105,78,193). Sum of RGB (Red+Green+Blue) = 105+78+193=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #694EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EC1 is #96B13E. Grayscale: #626262. Windows color (decimal): -9875775 or 12668521. OLE color: 12668521.

HSL color Cylindrical-coordinate representation of color #694EC1: hue angle of 254.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694EC1 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 78 193 -
CMYK 0.46 0.60 0 0.24
HSL 254.09º 0.48% 0.53% -
HSV(B) 254.09º 0.6% 0.76% -
XYZ 18.18 12.3 51.87 -
YUV 99.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 105 78 193 0.46 0.60 0 0.24 254.09 0.48 0.53
Hex 69 4E C1 2E 3C 0 18 FE 30 35
Octal 151 116 301 56 74 0 30 376 60 65
Binary 1101001 1001110 11000001 101110 111100 0 11000 11111110 110000 110101

Color Harmonies of #694EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694EC1

Black with #694EC1

Text Example


Text Example

White with #694EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #694EC1;
 }
 .AnyTagClassName
 {
   color: #694EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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