Html Css Color HEX #6166FA Medium Slate Blue

📋 copy color: '#6166FA'

red 97 ◦ green 102 ◦ blue 250

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

Shades of Medium Slate Blue #6166FA

Tints of Medium Slate Blue #6166FA

RGB

 RED value IS 97 (38.28% from 255) = 21.6%

 GREEN value IS 102 (40.23% from 255) = 22.72%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 21.6%
G = 22.72%
B = 55.68%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6166FA (or 0x6166FA) is known color: Medium Slate Blue. HEX triplet: 61, 66 and FA. RGB value is (97,102,250). Sum of RGB (Red+Green+Blue) = 97+102+250=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6166FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6166FA is #9E9905. Grayscale: #747474. Windows color (decimal): -10393862 or 16410209. OLE color: 16410209.

HSL color Cylindrical-coordinate representation of color #6166FA: hue angle of 238.04º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6166FA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 102 250 -
CMYK 0.61 0.59 0 0.02
HSL 238.04º 0.94% 0.68% -
HSV(B) 238.04º 0.61% 0.98% -
XYZ 26.94 18.95 92.68 -
YUV 117.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 97 102 250 0.61 0.59 0 0.02 238.04 0.94 0.68
Hex 61 66 FA 3D 3B 0 2 EE 5E 44
Octal 141 146 372 75 73 0 2 356 136 104
Binary 1100001 1100110 11111010 111101 111011 0 10 11101110 1011110 1000100

Color Harmonies of #6166FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6166FA

Black with #6166FA

Text Example


Text Example

White with #6166FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6166FA; }

 p { color: rgb(97,102,250); }

 H1.HeaderClassName
 {
   color: #6166FA;
 }
 .AnyTagClassName
 {
   color: #6166FA;
 }
</style>

background-color css

<style>
 a { background-color: #6166FA; }

 a { background-color: rgb(97,102,250); }

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

border-color css

<style>
 span { border-color: #6166FA; }

 span { border-color: rgb(97,102,250); }

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