Html Css Color HEX #6C58FA Medium Slate Blue

📋 copy color: '#6C58FA'

red 108 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #6C58FA

Tints of Medium Slate Blue #6C58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.73%

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

R = 24.22%
G = 19.73%
B = 56.05%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C58FA (or 0x6C58FA) is known color: Medium Slate Blue. HEX triplet: 6C, 58 and FA. RGB value is (108,88,250). Sum of RGB (Red+Green+Blue) = 108+88+250=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C58FA is #93A705. Grayscale: #6F6F6F. Windows color (decimal): -9676550 or 16406636. OLE color: 16406636.

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

Color convert

RGB 108 88 250 -
CMYK 0.57 0.65 0 0.02
HSL 247.41º 0.94% 0.66% -
HSV(B) 247.41º 0.65% 0.98% -
XYZ 26.93 17.07 92.32 -
YUV 112.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 108 88 250 0.57 0.65 0 0.02 247.41 0.94 0.66
Hex 6C 58 FA 39 41 0 2 F7 5E 42
Octal 154 130 372 71 101 0 2 367 136 102
Binary 1101100 1011000 11111010 111001 1000001 0 10 11110111 1011110 1000010

Color Harmonies of #6C58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58FA

Black with #6C58FA

Text Example


Text Example

White with #6C58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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