Html Css Color HEX #6065EE Medium Slate Blue

📋 copy color: '#6065EE'

red 96 ◦ green 101 ◦ blue 238

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

Shades of Medium Slate Blue #6065EE

Tints of Medium Slate Blue #6065EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 22.07%
G = 23.22%
B = 54.71%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6065EE (or 0x6065EE) is known color: Medium Slate Blue. HEX triplet: 60, 65 and EE. RGB value is (96,101,238). Sum of RGB (Red+Green+Blue) = 96+101+238=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #6065EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6065EE is #9F9A11. Grayscale: #727272. Windows color (decimal): -10459666 or 15623520. OLE color: 15623520.

HSL color Cylindrical-coordinate representation of color #6065EE: hue angle of 237.89º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6065EE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 101 238 -
CMYK 0.60 0.58 0 0.07
HSL 237.89º 0.81% 0.65% -
HSV(B) 237.89º 0.6% 0.93% -
XYZ 24.91 17.97 83.04 -
YUV 115.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 96 101 238 0.60 0.58 0 0.07 237.89 0.81 0.65
Hex 60 65 EE 3C 3A 0 7 EE 51 41
Octal 140 145 356 74 72 0 7 356 121 101
Binary 1100000 1100101 11101110 111100 111010 0 111 11101110 1010001 1000001

Color Harmonies of #6065EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6065EE

Black with #6065EE

Text Example


Text Example

White with #6065EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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