Html Css Color HEX #6072FD Medium Slate Blue

📋 copy color: '#6072FD'

red 96 ◦ green 114 ◦ blue 253

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

Shades of Medium Slate Blue #6072FD

Tints of Medium Slate Blue #6072FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 20.73%
G = 24.62%
B = 54.64%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6072FD (or 0x6072FD) is known color: Medium Slate Blue. HEX triplet: 60, 72 and FD. RGB value is (96,114,253). Sum of RGB (Red+Green+Blue) = 96+114+253=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #6072FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072FD is #9F8D02. Grayscale: #7B7B7B. Windows color (decimal): -10456323 or 16609888. OLE color: 16609888.

HSL color Cylindrical-coordinate representation of color #6072FD: hue angle of 233.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6072FD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 114 253 -
CMYK 0.62 0.55 0 0.01
HSL 233.12º 0.98% 0.68% -
HSV(B) 233.12º 0.62% 0.99% -
XYZ 28.57 21.61 95.59 -
YUV 124.46 200.54 107.7 -
System Red Green Blue C M Y K H S L
Decimal 96 114 253 0.62 0.55 0 0.01 233.12 0.98 0.68
Hex 60 72 FD 3E 37 0 1 E9 62 44
Octal 140 162 375 76 67 0 1 351 142 104
Binary 1100000 1110010 11111101 111110 110111 0 1 11101001 1100010 1000100

Color Harmonies of #6072FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072FD

Black with #6072FD

Text Example


Text Example

White with #6072FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6072FD; }

 p { color: rgb(96,114,253); }

 H1.HeaderClassName
 {
   color: #6072FD;
 }
 .AnyTagClassName
 {
   color: #6072FD;
 }
</style>

background-color css

<style>
 a { background-color: #6072FD; }

 a { background-color: rgb(96,114,253); }

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

border-color css

<style>
 span { border-color: #6072FD; }

 span { border-color: rgb(96,114,253); }

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