Html Css Color HEX #6065EF Medium Slate Blue

📋 copy color: '#6065EF'

red 96 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #6065EF

Tints of Medium Slate Blue #6065EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 22.02%
G = 23.17%
B = 54.82%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6065EF (or 0x6065EF) is known color: Medium Slate Blue. HEX triplet: 60, 65 and EF. RGB value is (96,101,239). Sum of RGB (Red+Green+Blue) = 96+101+239=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #6065EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6065EF is #9F9A10. Grayscale: #727272. Windows color (decimal): -10459665 or 15689056. OLE color: 15689056.

HSL color Cylindrical-coordinate representation of color #6065EF: hue angle of 237.9º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6065EF is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 101 239 -
CMYK 0.60 0.58 0 0.06
HSL 237.9º 0.82% 0.66% -
HSV(B) 237.9º 0.6% 0.94% -
XYZ 25.06 18.03 83.82 -
YUV 115.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 96 101 239 0.60 0.58 0 0.06 237.9 0.82 0.66
Hex 60 65 EF 3C 3A 0 6 EE 52 42
Octal 140 145 357 74 72 0 6 356 122 102
Binary 1100000 1100101 11101111 111100 111010 0 110 11101110 1010010 1000010

Color Harmonies of #6065EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6065EF

Black with #6065EF

Text Example


Text Example

White with #6065EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6065EF; }

 p { color: rgb(96,101,239); }

 H1.HeaderClassName
 {
   color: #6065EF;
 }
 .AnyTagClassName
 {
   color: #6065EF;
 }
</style>

background-color css

<style>
 a { background-color: #6065EF; }

 a { background-color: rgb(96,101,239); }

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

border-color css

<style>
 span { border-color: #6065EF; }

 span { border-color: rgb(96,101,239); }

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