Html Css Color HEX #6C60FA Medium Slate Blue

📋 copy color: '#6C60FA'

red 108 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #6C60FA

Tints of Medium Slate Blue #6C60FA

RGB

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

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

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

R = 23.79%
G = 21.15%
B = 55.07%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C60FA (or 0x6C60FA) is known color: Medium Slate Blue. HEX triplet: 6C, 60 and FA. RGB value is (108,96,250). Sum of RGB (Red+Green+Blue) = 108+96+250=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C60FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C60FA is #939F05. Grayscale: #747474. Windows color (decimal): -9674502 or 16408684. OLE color: 16408684.

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

Color convert

RGB 108 96 250 -
CMYK 0.57 0.62 0 0.02
HSL 244.68º 0.94% 0.68% -
HSV(B) 244.68º 0.62% 0.98% -
XYZ 27.62 18.46 92.55 -
YUV 117.14 202.98 121.48 -
System Red Green Blue C M Y K H S L
Decimal 108 96 250 0.57 0.62 0 0.02 244.68 0.94 0.68
Hex 6C 60 FA 39 3E 0 2 F5 5E 44
Octal 154 140 372 71 76 0 2 365 136 104
Binary 1101100 1100000 11111010 111001 111110 0 10 11110101 1011110 1000100

Color Harmonies of #6C60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C60FA

Black with #6C60FA

Text Example


Text Example

White with #6C60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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