Html Css Color HEX #6071FE Medium Slate Blue

📋 copy color: '#6071FE'

red 96 ◦ green 113 ◦ blue 254

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

Shades of Medium Slate Blue #6071FE

Tints of Medium Slate Blue #6071FE

RGB

 RED value IS 96 (37.89% from 255) = 20.73%

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 20.73%
G = 24.41%
B = 54.86%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6071FE (or 0x6071FE) is known color: Medium Slate Blue. HEX triplet: 60, 71 and FE. RGB value is (96,113,254). Sum of RGB (Red+Green+Blue) = 96+113+254=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #6071FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6071FE is #9F8E01. Grayscale: #7B7B7B. Windows color (decimal): -10456578 or 16675168. OLE color: 16675168.

HSL color Cylindrical-coordinate representation of color #6071FE: hue angle of 233.54º 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 #6071FE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 113 254 -
CMYK 0.62 0.56 0 0.00
HSL 233.54º 0.99% 0.69% -
HSV(B) 233.54º 0.62% 1% -
XYZ 28.62 21.45 96.4 -
YUV 123.99 201.37 108.04 -
System Red Green Blue C M Y K H S L
Decimal 96 113 254 0.62 0.56 0 0.00 233.54 0.99 0.69
Hex 60 71 FE 3E 38 0 0 EA 63 45
Octal 140 161 376 76 70 0 0 352 143 105
Binary 1100000 1110001 11111110 111110 111000 0 0 11101010 1100011 1000101

Color Harmonies of #6071FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6071FE

Black with #6071FE

Text Example


Text Example

White with #6071FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6071FE; }

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

 H1.HeaderClassName
 {
   color: #6071FE;
 }
 .AnyTagClassName
 {
   color: #6071FE;
 }
</style>

background-color css

<style>
 a { background-color: #6071FE; }

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

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

border-color css

<style>
 span { border-color: #6071FE; }

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

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