Html Css Color HEX #665EF4 Medium Slate Blue

📋 copy color: '#665EF4'

red 102 ◦ green 94 ◦ blue 244

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

Shades of Medium Slate Blue #665EF4

Tints of Medium Slate Blue #665EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.45%

R = 23.18%
G = 21.36%
B = 55.45%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#665EF4 (or 0x665EF4) is known color: Medium Slate Blue. HEX triplet: 66, 5E and F4. RGB value is (102,94,244). Sum of RGB (Red+Green+Blue) = 102+94+244=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #665EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EF4 is #99A10B. Grayscale: #707070. Windows color (decimal): -10068236 or 16014950. OLE color: 16014950.

HSL color Cylindrical-coordinate representation of color #665EF4: hue angle of 243.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665EF4 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 94 244 -
CMYK 0.58 0.61 0 0.04
HSL 243.2º 0.87% 0.66% -
HSV(B) 243.2º 0.61% 0.96% -
XYZ 25.81 17.36 87.58 -
YUV 113.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 102 94 244 0.58 0.61 0 0.04 243.2 0.87 0.66
Hex 66 5E F4 3A 3D 0 4 F3 57 42
Octal 146 136 364 72 75 0 4 363 127 102
Binary 1100110 1011110 11110100 111010 111101 0 100 11110011 1010111 1000010

Color Harmonies of #665EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EF4

Black with #665EF4

Text Example


Text Example

White with #665EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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