Html Css Color HEX #665EFD Medium Slate Blue

📋 copy color: '#665EFD'

red 102 ◦ green 94 ◦ blue 253

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

Shades of Medium Slate Blue #665EFD

Tints of Medium Slate Blue #665EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 22.72%
G = 20.94%
B = 56.35%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#665EFD (or 0x665EFD) is known color: Medium Slate Blue. HEX triplet: 66, 5E and FD. RGB value is (102,94,253). Sum of RGB (Red+Green+Blue) = 102+94+253=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #665EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EFD is #99A102. Grayscale: #717171. Windows color (decimal): -10068227 or 16604774. OLE color: 16604774.

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

Color convert

RGB 102 94 253 -
CMYK 0.60 0.63 0 0.01
HSL 243.02º 0.98% 0.68% -
HSV(B) 243.02º 0.63% 0.99% -
XYZ 27.21 17.92 94.95 -
YUV 114.52 206.15 119.07 -
System Red Green Blue C M Y K H S L
Decimal 102 94 253 0.60 0.63 0 0.01 243.02 0.98 0.68
Hex 66 5E FD 3C 3F 0 1 F3 62 44
Octal 146 136 375 74 77 0 1 363 142 104
Binary 1100110 1011110 11111101 111100 111111 0 1 11110011 1100010 1000100

Color Harmonies of #665EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EFD

Black with #665EFD

Text Example


Text Example

White with #665EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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