Html Css Color HEX #6974EE Medium Slate Blue

📋 copy color: '#6974EE'

red 105 ◦ green 116 ◦ blue 238

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

Shades of Medium Slate Blue #6974EE

Tints of Medium Slate Blue #6974EE

RGB

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

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

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

R = 22.88%
G = 25.27%
B = 51.85%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6974EE (or 0x6974EE) is known color: Medium Slate Blue. HEX triplet: 69, 74 and EE. RGB value is (105,116,238). Sum of RGB (Red+Green+Blue) = 105+116+238=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #6974EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6974EE is #968B11. Grayscale: #7E7E7E. Windows color (decimal): -9866002 or 15627369. OLE color: 15627369.

HSL color Cylindrical-coordinate representation of color #6974EE: hue angle of 235.04º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6974EE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 116 238 -
CMYK 0.56 0.51 0 0.07
HSL 235.04º 0.8% 0.67% -
HSV(B) 235.04º 0.56% 0.93% -
XYZ 27.5 21.67 83.62 -
YUV 126.62 190.86 112.58 -
System Red Green Blue C M Y K H S L
Decimal 105 116 238 0.56 0.51 0 0.07 235.04 0.8 0.67
Hex 69 74 EE 38 33 0 7 EB 50 43
Octal 151 164 356 70 63 0 7 353 120 103
Binary 1101001 1110100 11101110 111000 110011 0 111 11101011 1010000 1000011

Color Harmonies of #6974EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974EE

Black with #6974EE

Text Example


Text Example

White with #6974EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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