Html Css Color HEX #5F4EC6 Slate Blue

📋 copy color: '#5F4EC6'

red 95 ◦ green 78 ◦ blue 198

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

Shades of Slate Blue #5F4EC6

Tints of Slate Blue #5F4EC6

RGB

 RED value IS 95 (37.5% from 255) = 25.61%

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 198 (77.73% from 255) = 53.37%

R = 25.61%
G = 21.02%
B = 53.37%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5F4EC6 (or 0x5F4EC6) is known color: Slate Blue. HEX triplet: 5F, 4E and C6. RGB value is (95,78,198). Sum of RGB (Red+Green+Blue) = 95+78+198=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #5F4EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4EC6 is #A0B139. Grayscale: #606060. Windows color (decimal): -10531130 or 12996191. OLE color: 12996191.

HSL color Cylindrical-coordinate representation of color #5F4EC6: hue angle of 248.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4EC6 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 78 198 -
CMYK 0.52 0.61 0 0.22
HSL 248.5º 0.51% 0.54% -
HSV(B) 248.5º 0.61% 0.78% -
XYZ 17.64 11.96 54.8 -
YUV 96.76 185.13 126.74 -
System Red Green Blue C M Y K H S L
Decimal 95 78 198 0.52 0.61 0 0.22 248.5 0.51 0.54
Hex 5F 4E C6 34 3D 0 16 F9 33 36
Octal 137 116 306 64 75 0 26 371 63 66
Binary 1011111 1001110 11000110 110100 111101 0 10110 11111001 110011 110110

Color Harmonies of #5F4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4EC6

Black with #5F4EC6

Text Example


Text Example

White with #5F4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4EC6; }

 p { color: rgb(95,78,198); }

 H1.HeaderClassName
 {
   color: #5F4EC6;
 }
 .AnyTagClassName
 {
   color: #5F4EC6;
 }
</style>

background-color css

<style>
 a { background-color: #5F4EC6; }

 a { background-color: rgb(95,78,198); }

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

border-color css

<style>
 span { border-color: #5F4EC6; }

 span { border-color: rgb(95,78,198); }

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