Html Css Color HEX #6C58FC Medium Slate Blue

📋 copy color: '#6C58FC'

red 108 ◦ green 88 ◦ blue 252

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

Shades of Medium Slate Blue #6C58FC

Tints of Medium Slate Blue #6C58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 24.11%
G = 19.64%
B = 56.25%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C58FC (or 0x6C58FC) is known color: Medium Slate Blue. HEX triplet: 6C, 58 and FC. RGB value is (108,88,252). Sum of RGB (Red+Green+Blue) = 108+88+252=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C58FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C58FC is #93A703. Grayscale: #707070. Windows color (decimal): -9676548 or 16537708. OLE color: 16537708.

HSL color Cylindrical-coordinate representation of color #6C58FC: hue angle of 247.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C58FC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 88 252 -
CMYK 0.57 0.65 0 0.01
HSL 247.32º 0.96% 0.67% -
HSV(B) 247.32º 0.65% 0.99% -
XYZ 27.24 17.2 93.98 -
YUV 112.68 206.63 124.66 -
System Red Green Blue C M Y K H S L
Decimal 108 88 252 0.57 0.65 0 0.01 247.32 0.96 0.67
Hex 6C 58 FC 39 41 0 1 F7 60 43
Octal 154 130 374 71 101 0 1 367 140 103
Binary 1101100 1011000 11111100 111001 1000001 0 1 11110111 1100000 1000011

Color Harmonies of #6C58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58FC

Black with #6C58FC

Text Example


Text Example

White with #6C58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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