Html Css Color HEX #6165EE Medium Slate Blue

📋 copy color: '#6165EE'

red 97 ◦ green 101 ◦ blue 238

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

Shades of Medium Slate Blue #6165EE

Tints of Medium Slate Blue #6165EE

RGB

 RED value IS 97 (38.28% from 255) = 22.25%

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

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

R = 22.25%
G = 23.17%
B = 54.59%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6165EE (or 0x6165EE) is known color: Medium Slate Blue. HEX triplet: 61, 65 and EE. RGB value is (97,101,238). Sum of RGB (Red+Green+Blue) = 97+101+238=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #6165EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6165EE is #9E9A11. Grayscale: #727272. Windows color (decimal): -10394130 or 15623521. OLE color: 15623521.

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

Color convert

RGB 97 101 238 -
CMYK 0.59 0.58 0 0.07
HSL 238.3º 0.81% 0.66% -
HSV(B) 238.3º 0.59% 0.93% -
XYZ 25.02 18.02 83.05 -
YUV 115.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 97 101 238 0.59 0.58 0 0.07 238.3 0.81 0.66
Hex 61 65 EE 3B 3A 0 7 EE 51 42
Octal 141 145 356 73 72 0 7 356 121 102
Binary 1100001 1100101 11101110 111011 111010 0 111 11101110 1010001 1000010

Color Harmonies of #6165EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165EE

Black with #6165EE

Text Example


Text Example

White with #6165EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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