Html Css Color HEX #694FF6 Medium Slate Blue

📋 copy color: '#694FF6'

red 105 ◦ green 79 ◦ blue 246

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

Shades of Medium Slate Blue #694FF6

Tints of Medium Slate Blue #694FF6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

 BLUE value IS 246 (96.48% from 255) = 57.21%

R = 24.42%
G = 18.37%
B = 57.21%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#694FF6 (or 0x694FF6) is known color: Medium Slate Blue. HEX triplet: 69, 4F and F6. RGB value is (105,79,246). Sum of RGB (Red+Green+Blue) = 105+79+246=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #694FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FF6 is #96B009. Grayscale: #696969. Windows color (decimal): -9875466 or 16142185. OLE color: 16142185.

HSL color Cylindrical-coordinate representation of color #694FF6: hue angle of 249.34º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694FF6 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 79 246 -
CMYK 0.57 0.68 0 0.04
HSL 249.34º 0.9% 0.64% -
HSV(B) 249.34º 0.68% 0.96% -
XYZ 25.26 15.25 88.8 -
YUV 105.81 207.11 127.42 -
System Red Green Blue C M Y K H S L
Decimal 105 79 246 0.57 0.68 0 0.04 249.34 0.9 0.64
Hex 69 4F F6 39 44 0 4 F9 5A 40
Octal 151 117 366 71 104 0 4 371 132 100
Binary 1101001 1001111 11110110 111001 1000100 0 100 11111001 1011010 1000000

Color Harmonies of #694FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694FF6

Black with #694FF6

Text Example


Text Example

White with #694FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,79,246); }

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

background-color css

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

 a { background-color: rgb(105,79,246); }

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

border-color css

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

 span { border-color: rgb(105,79,246); }

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