Html Css Color HEX #6074FC Medium Slate Blue

📋 copy color: '#6074FC'

red 96 ◦ green 116 ◦ blue 252

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

Shades of Medium Slate Blue #6074FC

Tints of Medium Slate Blue #6074FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 20.69%
G = 25%
B = 54.31%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6074FC (or 0x6074FC) is known color: Medium Slate Blue. HEX triplet: 60, 74 and FC. RGB value is (96,116,252). Sum of RGB (Red+Green+Blue) = 96+116+252=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #6074FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6074FC is #9F8B03. Grayscale: #7C7C7C. Windows color (decimal): -10455812 or 16544864. OLE color: 16544864.

HSL color Cylindrical-coordinate representation of color #6074FC: hue angle of 232.31º degrees, saturation: 0.96, 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 #6074FC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 116 252 -
CMYK 0.62 0.54 0 0.01
HSL 232.31º 0.96% 0.68% -
HSV(B) 232.31º 0.62% 0.99% -
XYZ 28.64 22.01 94.83 -
YUV 125.52 199.37 106.94 -
System Red Green Blue C M Y K H S L
Decimal 96 116 252 0.62 0.54 0 0.01 232.31 0.96 0.68
Hex 60 74 FC 3E 36 0 1 E8 60 44
Octal 140 164 374 76 66 0 1 350 140 104
Binary 1100000 1110100 11111100 111110 110110 0 1 11101000 1100000 1000100

Color Harmonies of #6074FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6074FC

Black with #6074FC

Text Example


Text Example

White with #6074FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6074FC; }

 p { color: rgb(96,116,252); }

 H1.HeaderClassName
 {
   color: #6074FC;
 }
 .AnyTagClassName
 {
   color: #6074FC;
 }
</style>

background-color css

<style>
 a { background-color: #6074FC; }

 a { background-color: rgb(96,116,252); }

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

border-color css

<style>
 span { border-color: #6074FC; }

 span { border-color: rgb(96,116,252); }

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