Html Css Color HEX #694FF0 Medium Slate Blue

📋 copy color: '#694FF0'

red 105 ◦ green 79 ◦ blue 240

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

Shades of Medium Slate Blue #694FF0

Tints of Medium Slate Blue #694FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.6%

R = 24.76%
G = 18.63%
B = 56.6%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#694FF0 (or 0x694FF0) is known color: Medium Slate Blue. HEX triplet: 69, 4F and F0. RGB value is (105,79,240). Sum of RGB (Red+Green+Blue) = 105+79+240=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #694FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FF0 is #96B00F. Grayscale: #686868. Windows color (decimal): -9875472 or 15748969. OLE color: 15748969.

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

Color convert

RGB 105 79 240 -
CMYK 0.56 0.67 0 0.06
HSL 249.69º 0.84% 0.63% -
HSV(B) 249.69º 0.67% 0.94% -
XYZ 24.35 14.89 84.03 -
YUV 105.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 105 79 240 0.56 0.67 0 0.06 249.69 0.84 0.63
Hex 69 4F F0 38 43 0 6 FA 54 3F
Octal 151 117 360 70 103 0 6 372 124 77
Binary 1101001 1001111 11110000 111000 1000011 0 110 11111010 1010100 111111

Color Harmonies of #694FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694FF0

Black with #694FF0

Text Example


Text Example

White with #694FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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