Html Css Color HEX #694BEE Medium Slate Blue

📋 copy color: '#694BEE'

red 105 ◦ green 75 ◦ blue 238

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

Shades of Medium Slate Blue #694BEE

Tints of Medium Slate Blue #694BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 25.12%
G = 17.94%
B = 56.94%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#694BEE (or 0x694BEE) is known color: Medium Slate Blue. HEX triplet: 69, 4B and EE. RGB value is (105,75,238). Sum of RGB (Red+Green+Blue) = 105+75+238=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #694BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694BEE is #96B411. Grayscale: #656565. Windows color (decimal): -9876498 or 15616873. OLE color: 15616873.

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

Color convert

RGB 105 75 238 -
CMYK 0.56 0.68 0 0.07
HSL 251.04º 0.83% 0.61% -
HSV(B) 251.04º 0.68% 0.93% -
XYZ 23.77 14.21 82.38 -
YUV 102.55 204.44 129.75 -
System Red Green Blue C M Y K H S L
Decimal 105 75 238 0.56 0.68 0 0.07 251.04 0.83 0.61
Hex 69 4B EE 38 44 0 7 FB 53 3D
Octal 151 113 356 70 104 0 7 373 123 75
Binary 1101001 1001011 11101110 111000 1000100 0 111 11111011 1010011 111101

Color Harmonies of #694BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694BEE

Black with #694BEE

Text Example


Text Example

White with #694BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,75,238); }

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

background-color css

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

 a { background-color: rgb(105,75,238); }

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

border-color css

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

 span { border-color: rgb(105,75,238); }

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