Html Css Color HEX #665EF0 Medium Slate Blue

📋 copy color: '#665EF0'

red 102 ◦ green 94 ◦ blue 240

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

Shades of Medium Slate Blue #665EF0

Tints of Medium Slate Blue #665EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 23.39%
G = 21.56%
B = 55.05%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#665EF0 (or 0x665EF0) is known color: Medium Slate Blue. HEX triplet: 66, 5E and F0. RGB value is (102,94,240). Sum of RGB (Red+Green+Blue) = 102+94+240=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #665EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EF0 is #99A10F. Grayscale: #707070. Windows color (decimal): -10068240 or 15752806. OLE color: 15752806.

HSL color Cylindrical-coordinate representation of color #665EF0: hue angle of 243.29º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665EF0 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 94 240 -
CMYK 0.58 0.61 0 0.06
HSL 243.29º 0.83% 0.65% -
HSV(B) 243.29º 0.61% 0.94% -
XYZ 25.21 17.12 84.41 -
YUV 113.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 102 94 240 0.58 0.61 0 0.06 243.29 0.83 0.65
Hex 66 5E F0 3A 3D 0 6 F3 53 41
Octal 146 136 360 72 75 0 6 363 123 101
Binary 1100110 1011110 11110000 111010 111101 0 110 11110011 1010011 1000001

Color Harmonies of #665EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EF0

Black with #665EF0

Text Example


Text Example

White with #665EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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