Html Css Color HEX #6974FE Medium Slate Blue

📋 copy color: '#6974FE'

red 105 ◦ green 116 ◦ blue 254

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

Shades of Medium Slate Blue #6974FE

Tints of Medium Slate Blue #6974FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 22.11%
G = 24.42%
B = 53.47%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6974FE (or 0x6974FE) is known color: Medium Slate Blue. HEX triplet: 69, 74 and FE. RGB value is (105,116,254). Sum of RGB (Red+Green+Blue) = 105+116+254=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #6974FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6974FE is #968B01. Grayscale: #7F7F7F. Windows color (decimal): -9865986 or 16675945. OLE color: 16675945.

HSL color Cylindrical-coordinate representation of color #6974FE: hue angle of 235.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6974FE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 116 254 -
CMYK 0.59 0.54 0 0.00
HSL 235.57º 0.99% 0.7% -
HSV(B) 235.57º 0.59% 1% -
XYZ 29.96 22.65 96.56 -
YUV 128.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 105 116 254 0.59 0.54 0 0.00 235.57 0.99 0.7
Hex 69 74 FE 3B 36 0 0 EC 63 46
Octal 151 164 376 73 66 0 0 354 143 106
Binary 1101001 1110100 11111110 111011 110110 0 0 11101100 1100011 1000110

Color Harmonies of #6974FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974FE

Black with #6974FE

Text Example


Text Example

White with #6974FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6974FE; }

 p { color: rgb(105,116,254); }

 H1.HeaderClassName
 {
   color: #6974FE;
 }
 .AnyTagClassName
 {
   color: #6974FE;
 }
</style>

background-color css

<style>
 a { background-color: #6974FE; }

 a { background-color: rgb(105,116,254); }

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

border-color css

<style>
 span { border-color: #6974FE; }

 span { border-color: rgb(105,116,254); }

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