Html Css Color HEX #6969FE Medium Slate Blue

📋 copy color: '#6969FE'

red 105 ◦ green 105 ◦ blue 254

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

Shades of Medium Slate Blue #6969FE

Tints of Medium Slate Blue #6969FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.63%

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

R = 22.63%
G = 22.63%
B = 54.74%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6969FE (or 0x6969FE) is known color: Medium Slate Blue. HEX triplet: 69, 69 and FE. RGB value is (105,105,254). Sum of RGB (Red+Green+Blue) = 105+105+254=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #6969FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6969FE is #969601. Grayscale: #797979. Windows color (decimal): -9868802 or 16673129. OLE color: 16673129.

HSL color Cylindrical-coordinate representation of color #6969FE: hue angle of 240º 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 #6969FE is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 105 254 -
CMYK 0.59 0.59 0 0.00
HSL 240º 0.99% 0.7% -
HSV(B) 240º 0.59% 1% -
XYZ 28.77 20.26 96.16 -
YUV 121.99 202.5 115.88 -
System Red Green Blue C M Y K H S L
Decimal 105 105 254 0.59 0.59 0 0.00 240 0.99 0.7
Hex 69 69 FE 3B 3B 0 0 F0 63 46
Octal 151 151 376 73 73 0 0 360 143 106
Binary 1101001 1101001 11111110 111011 111011 0 0 11110000 1100011 1000110

Color Harmonies of #6969FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6969FE

Black with #6969FE

Text Example


Text Example

White with #6969FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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