Html Css Color HEX #665EFF Medium Slate Blue

📋 copy color: '#665EFF'

red 102 ◦ green 94 ◦ blue 255

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

Shades of Medium Slate Blue #665EFF

Tints of Medium Slate Blue #665EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.84%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 22.62%
G = 20.84%
B = 56.54%

CMYK

 C value IS 0.6

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#665EFF (or 0x665EFF) is known color: Medium Slate Blue. HEX triplet: 66, 5E and FF. RGB value is (102,94,255). Sum of RGB (Red+Green+Blue) = 102+94+255=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #665EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EFF is #99A100. Grayscale: #727272. Windows color (decimal): -10068225 or 16735846. OLE color: 16735846.

HSL color Cylindrical-coordinate representation of color #665EFF: hue angle of 242.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665EFF is Cyan = 0.6, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 94 255 -
CMYK 0.6 0.63 0 0
HSL 242.98º 1% 0.68% -
HSV(B) 242.98º 0.63% 1% -
XYZ 27.53 18.05 96.64 -
YUV 114.75 207.15 118.91 -
System Red Green Blue C M Y K H S L
Decimal 102 94 255 0.6 0.63 0 0 242.98 1 0.68
Hex 66 5E FF 3C 3F 0 0 F3 64 44
Octal 146 136 377 74 77 0 0 363 144 104
Binary 1100110 1011110 11111111 111100 111111 0 0 11110011 1100100 1000100

Color Harmonies of #665EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EFF

Black with #665EFF

Text Example


Text Example

White with #665EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,255); }

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

background-color css

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

 a { background-color: rgb(102,94,255); }

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

border-color css

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

 span { border-color: rgb(102,94,255); }

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