Html Css Color HEX #665FEF Medium Slate Blue

📋 copy color: '#665FEF'

red 102 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #665FEF

Tints of Medium Slate Blue #665FEF

RGB

 RED value IS 102 (40.23% from 255) = 23.39%

 GREEN value IS 95 (37.5% from 255) = 21.79%

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

R = 23.39%
G = 21.79%
B = 54.82%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#665FEF (or 0x665FEF) is known color: Medium Slate Blue. HEX triplet: 66, 5F and EF. RGB value is (102,95,239). Sum of RGB (Red+Green+Blue) = 102+95+239=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 95 (37.5% from 255 or 21.79% 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 #665FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FEF is #99A010. Grayscale: #707070. Windows color (decimal): -10067985 or 15687526. OLE color: 15687526.

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

Color convert

RGB 102 95 239 -
CMYK 0.57 0.60 0 0.06
HSL 242.92º 0.82% 0.65% -
HSV(B) 242.92º 0.6% 0.94% -
XYZ 25.15 17.24 83.66 -
YUV 113.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 102 95 239 0.57 0.60 0 0.06 242.92 0.82 0.65
Hex 66 5F EF 39 3C 0 6 F3 52 41
Octal 146 137 357 71 74 0 6 363 122 101
Binary 1100110 1011111 11101111 111001 111100 0 110 11110011 1010010 1000001

Color Harmonies of #665FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FEF

Black with #665FEF

Text Example


Text Example

White with #665FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665FEF; }

 p { color: rgb(102,95,239); }

 H1.HeaderClassName
 {
   color: #665FEF;
 }
 .AnyTagClassName
 {
   color: #665FEF;
 }
</style>

background-color css

<style>
 a { background-color: #665FEF; }

 a { background-color: rgb(102,95,239); }

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

border-color css

<style>
 span { border-color: #665FEF; }

 span { border-color: rgb(102,95,239); }

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