Html Css Color HEX #694AED Medium Slate Blue

📋 copy color: '#694AED'

red 105 ◦ green 74 ◦ blue 237

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

Shades of Medium Slate Blue #694AED

Tints of Medium Slate Blue #694AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 25.24%
G = 17.79%
B = 56.97%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#694AED (or 0x694AED) is known color: Medium Slate Blue. HEX triplet: 69, 4A and ED. RGB value is (105,74,237). Sum of RGB (Red+Green+Blue) = 105+74+237=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #694AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AED is #96B512. Grayscale: #656565. Windows color (decimal): -9876755 or 15551081. OLE color: 15551081.

HSL color Cylindrical-coordinate representation of color #694AED: hue angle of 251.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694AED is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 74 237 -
CMYK 0.56 0.69 0 0.07
HSL 251.41º 0.82% 0.61% -
HSV(B) 251.41º 0.69% 0.93% -
XYZ 23.56 14.02 81.58 -
YUV 101.85 204.27 130.25 -
System Red Green Blue C M Y K H S L
Decimal 105 74 237 0.56 0.69 0 0.07 251.41 0.82 0.61
Hex 69 4A ED 38 45 0 7 FB 52 3D
Octal 151 112 355 70 105 0 7 373 122 75
Binary 1101001 1001010 11101101 111000 1000101 0 111 11111011 1010010 111101

Color Harmonies of #694AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694AED

Black with #694AED

Text Example


Text Example

White with #694AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,74,237); }

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

background-color css

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

 a { background-color: rgb(105,74,237); }

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

border-color css

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

 span { border-color: rgb(105,74,237); }

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