Html Css Color HEX #6C60FE Medium Slate Blue

📋 copy color: '#6C60FE'

red 108 ◦ green 96 ◦ blue 254

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

Shades of Medium Slate Blue #6C60FE

Tints of Medium Slate Blue #6C60FE

RGB

 RED value IS 108 (42.58% from 255) = 23.58%

 GREEN value IS 96 (37.89% from 255) = 20.96%

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

R = 23.58%
G = 20.96%
B = 55.46%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C60FE (or 0x6C60FE) is known color: Medium Slate Blue. HEX triplet: 6C, 60 and FE. RGB value is (108,96,254). Sum of RGB (Red+Green+Blue) = 108+96+254=458 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.58% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C60FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C60FE is #939F01. Grayscale: #747474. Windows color (decimal): -9674498 or 16670828. OLE color: 16670828.

HSL color Cylindrical-coordinate representation of color #6C60FE: hue angle of 244.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C60FE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 96 254 -
CMYK 0.57 0.62 0 0.00
HSL 244.56º 0.99% 0.69% -
HSV(B) 244.56º 0.62% 1% -
XYZ 28.26 18.71 95.89 -
YUV 117.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 108 96 254 0.57 0.62 0 0.00 244.56 0.99 0.69
Hex 6C 60 FE 39 3E 0 0 F5 63 45
Octal 154 140 376 71 76 0 0 365 143 105
Binary 1101100 1100000 11111110 111001 111110 0 0 11110101 1100011 1000101

Color Harmonies of #6C60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C60FE

Black with #6C60FE

Text Example


Text Example

White with #6C60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C60FE; }

 p { color: rgb(108,96,254); }

 H1.HeaderClassName
 {
   color: #6C60FE;
 }
 .AnyTagClassName
 {
   color: #6C60FE;
 }
</style>

background-color css

<style>
 a { background-color: #6C60FE; }

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

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

border-color css

<style>
 span { border-color: #6C60FE; }

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

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