Html Css Color HEX #6168FA Medium Slate Blue

📋 copy color: '#6168FA'

red 97 ◦ green 104 ◦ blue 250

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

Shades of Medium Slate Blue #6168FA

Tints of Medium Slate Blue #6168FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.06%

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

R = 21.51%
G = 23.06%
B = 55.43%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6168FA (or 0x6168FA) is known color: Medium Slate Blue. HEX triplet: 61, 68 and FA. RGB value is (97,104,250). Sum of RGB (Red+Green+Blue) = 97+104+250=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #6168FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6168FA is #9E9705. Grayscale: #757575. Windows color (decimal): -10393350 or 16410721. OLE color: 16410721.

HSL color Cylindrical-coordinate representation of color #6168FA: hue angle of 237.25º 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 #6168FA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 104 250 -
CMYK 0.61 0.58 0 0.02
HSL 237.25º 0.94% 0.68% -
HSV(B) 237.25º 0.61% 0.98% -
XYZ 27.14 19.34 92.75 -
YUV 118.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 97 104 250 0.61 0.58 0 0.02 237.25 0.94 0.68
Hex 61 68 FA 3D 3A 0 2 ED 5E 44
Octal 141 150 372 75 72 0 2 355 136 104
Binary 1100001 1101000 11111010 111101 111010 0 10 11101101 1011110 1000100

Color Harmonies of #6168FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168FA

Black with #6168FA

Text Example


Text Example

White with #6168FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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