Html Css Color HEX #6073FB Medium Slate Blue

📋 copy color: '#6073FB'

red 96 ◦ green 115 ◦ blue 251

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

Shades of Medium Slate Blue #6073FB

Tints of Medium Slate Blue #6073FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 20.78%
G = 24.89%
B = 54.33%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6073FB (or 0x6073FB) is known color: Medium Slate Blue. HEX triplet: 60, 73 and FB. RGB value is (96,115,251). Sum of RGB (Red+Green+Blue) = 96+115+251=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #6073FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6073FB is #9F8C04. Grayscale: #7C7C7C. Windows color (decimal): -10456069 or 16479072. OLE color: 16479072.

HSL color Cylindrical-coordinate representation of color #6073FB: hue angle of 232.65º degrees, saturation: 0.95, 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 #6073FB is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 115 251 -
CMYK 0.62 0.54 0 0.02
HSL 232.65º 0.95% 0.68% -
HSV(B) 232.65º 0.62% 0.98% -
XYZ 28.37 21.71 93.96 -
YUV 124.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 96 115 251 0.62 0.54 0 0.02 232.65 0.95 0.68
Hex 60 73 FB 3E 36 0 2 E9 5F 44
Octal 140 163 373 76 66 0 2 351 137 104
Binary 1100000 1110011 11111011 111110 110110 0 10 11101001 1011111 1000100

Color Harmonies of #6073FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6073FB

Black with #6073FB

Text Example


Text Example

White with #6073FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6073FB; }

 p { color: rgb(96,115,251); }

 H1.HeaderClassName
 {
   color: #6073FB;
 }
 .AnyTagClassName
 {
   color: #6073FB;
 }
</style>

background-color css

<style>
 a { background-color: #6073FB; }

 a { background-color: rgb(96,115,251); }

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

border-color css

<style>
 span { border-color: #6073FB; }

 span { border-color: rgb(96,115,251); }

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