Html Css Color HEX #694CED Medium Slate Blue

📋 copy color: '#694CED'

red 105 ◦ green 76 ◦ blue 237

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

Shades of Medium Slate Blue #694CED

Tints of Medium Slate Blue #694CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

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

R = 25.12%
G = 18.18%
B = 56.7%

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

#694CED (or 0x694CED) is known color: Medium Slate Blue. HEX triplet: 69, 4C and ED. RGB value is (105,76,237). Sum of RGB (Red+Green+Blue) = 105+76+237=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #694CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CED is #96B312. Grayscale: #666666. Windows color (decimal): -9876243 or 15551593. OLE color: 15551593.

HSL color Cylindrical-coordinate representation of color #694CED: hue angle of 250.81º degrees, saturation: 0.82, 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 #694CED is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 76 237 -
CMYK 0.56 0.68 0 0.07
HSL 250.81º 0.82% 0.61% -
HSV(B) 250.81º 0.68% 0.93% -
XYZ 23.7 14.29 81.63 -
YUV 103.03 203.61 129.41 -
System Red Green Blue C M Y K H S L
Decimal 105 76 237 0.56 0.68 0 0.07 250.81 0.82 0.61
Hex 69 4C ED 38 44 0 7 FB 52 3D
Octal 151 114 355 70 104 0 7 373 122 75
Binary 1101001 1001100 11101101 111000 1000100 0 111 11111011 1010010 111101

Color Harmonies of #694CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694CED

Black with #694CED

Text Example


Text Example

White with #694CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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