Html Css Color HEX #6072F7 Medium Slate Blue

📋 copy color: '#6072F7'

red 96 ◦ green 114 ◦ blue 247

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

Shades of Medium Slate Blue #6072F7

Tints of Medium Slate Blue #6072F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.05%

R = 21.01%
G = 24.95%
B = 54.05%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6072F7 (or 0x6072F7) is known color: Medium Slate Blue. HEX triplet: 60, 72 and F7. RGB value is (96,114,247). Sum of RGB (Red+Green+Blue) = 96+114+247=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #6072F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072F7 is #9F8D08. Grayscale: #7B7B7B. Windows color (decimal): -10456329 or 16216672. OLE color: 16216672.

HSL color Cylindrical-coordinate representation of color #6072F7: hue angle of 232.85º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6072F7 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 114 247 -
CMYK 0.61 0.54 0 0.03
HSL 232.85º 0.9% 0.67% -
HSV(B) 232.85º 0.61% 0.97% -
XYZ 27.63 21.24 90.64 -
YUV 123.78 197.54 108.19 -
System Red Green Blue C M Y K H S L
Decimal 96 114 247 0.61 0.54 0 0.03 232.85 0.9 0.67
Hex 60 72 F7 3D 36 0 3 E9 5A 43
Octal 140 162 367 75 66 0 3 351 132 103
Binary 1100000 1110010 11110111 111101 110110 0 11 11101001 1011010 1000011

Color Harmonies of #6072F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072F7

Black with #6072F7

Text Example


Text Example

White with #6072F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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