Html Css Color HEX #694FF1 Medium Slate Blue

📋 copy color: '#694FF1'

red 105 ◦ green 79 ◦ blue 241

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

Shades of Medium Slate Blue #694FF1

Tints of Medium Slate Blue #694FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.71%

R = 24.71%
G = 18.59%
B = 56.71%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#694FF1 (or 0x694FF1) is known color: Medium Slate Blue. HEX triplet: 69, 4F and F1. RGB value is (105,79,241). Sum of RGB (Red+Green+Blue) = 105+79+241=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #694FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FF1 is #96B00E. Grayscale: #686868. Windows color (decimal): -9875471 or 15814505. OLE color: 15814505.

HSL color Cylindrical-coordinate representation of color #694FF1: hue angle of 249.63º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694FF1 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 79 241 -
CMYK 0.56 0.67 0 0.05
HSL 249.63º 0.85% 0.63% -
HSV(B) 249.63º 0.67% 0.95% -
XYZ 24.5 14.95 84.81 -
YUV 105.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 105 79 241 0.56 0.67 0 0.05 249.63 0.85 0.63
Hex 69 4F F1 38 43 0 5 FA 55 3F
Octal 151 117 361 70 103 0 5 372 125 77
Binary 1101001 1001111 11110001 111000 1000011 0 101 11111010 1010101 111111

Color Harmonies of #694FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694FF1

Black with #694FF1

Text Example


Text Example

White with #694FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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