Html Css Color HEX #694DF1 Medium Slate Blue

📋 copy color: '#694DF1'

red 105 ◦ green 77 ◦ blue 241

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

Shades of Medium Slate Blue #694DF1

Tints of Medium Slate Blue #694DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

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

R = 24.82%
G = 18.2%
B = 56.97%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#694DF1 (or 0x694DF1) is known color: Medium Slate Blue. HEX triplet: 69, 4D and F1. RGB value is (105,77,241). Sum of RGB (Red+Green+Blue) = 105+77+241=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #694DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694DF1 is #96B20E. Grayscale: #676767. Windows color (decimal): -9875983 or 15813993. OLE color: 15813993.

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

Color convert

RGB 105 77 241 -
CMYK 0.56 0.68 0 0.05
HSL 250.24º 0.85% 0.62% -
HSV(B) 250.24º 0.68% 0.95% -
XYZ 24.36 14.66 84.77 -
YUV 104.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 105 77 241 0.56 0.68 0 0.05 250.24 0.85 0.62
Hex 69 4D F1 38 44 0 5 FA 55 3E
Octal 151 115 361 70 104 0 5 372 125 76
Binary 1101001 1001101 11110001 111000 1000100 0 101 11111010 1010101 111110

Color Harmonies of #694DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694DF1

Black with #694DF1

Text Example


Text Example

White with #694DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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