Html Css Color HEX #6070FB Medium Slate Blue

📋 copy color: '#6070FB'

red 96 ◦ green 112 ◦ blue 251

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

Shades of Medium Slate Blue #6070FB

Tints of Medium Slate Blue #6070FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.4%

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

R = 20.92%
G = 24.4%
B = 54.68%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6070FB (or 0x6070FB) is known color: Medium Slate Blue. HEX triplet: 60, 70 and FB. RGB value is (96,112,251). Sum of RGB (Red+Green+Blue) = 96+112+251=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #6070FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070FB is #9F8F04. Grayscale: #7A7A7A. Windows color (decimal): -10456837 or 16478304. OLE color: 16478304.

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

Color convert

RGB 96 112 251 -
CMYK 0.62 0.55 0 0.02
HSL 233.81º 0.95% 0.68% -
HSV(B) 233.81º 0.62% 0.98% -
XYZ 28.03 21.04 93.85 -
YUV 123.06 200.2 108.7 -
System Red Green Blue C M Y K H S L
Decimal 96 112 251 0.62 0.55 0 0.02 233.81 0.95 0.68
Hex 60 70 FB 3E 37 0 2 EA 5F 44
Octal 140 160 373 76 67 0 2 352 137 104
Binary 1100000 1110000 11111011 111110 110111 0 10 11101010 1011111 1000100

Color Harmonies of #6070FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6070FB

Black with #6070FB

Text Example


Text Example

White with #6070FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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