Html Css Color HEX #665DF8 Medium Slate Blue

📋 copy color: '#665DF8'

red 102 ◦ green 93 ◦ blue 248

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

Shades of Medium Slate Blue #665DF8

Tints of Medium Slate Blue #665DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.99%

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 23.02%
G = 20.99%
B = 55.98%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#665DF8 (or 0x665DF8) is known color: Medium Slate Blue. HEX triplet: 66, 5D and F8. RGB value is (102,93,248). Sum of RGB (Red+Green+Blue) = 102+93+248=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #665DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665DF8 is #99A207. Grayscale: #707070. Windows color (decimal): -10068488 or 16276838. OLE color: 16276838.

HSL color Cylindrical-coordinate representation of color #665DF8: hue angle of 243.48º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665DF8 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 93 248 -
CMYK 0.59 0.62 0 0.03
HSL 243.48º 0.92% 0.67% -
HSV(B) 243.48º 0.63% 0.97% -
XYZ 26.34 17.43 90.78 -
YUV 113.36 203.98 119.9 -
System Red Green Blue C M Y K H S L
Decimal 102 93 248 0.59 0.62 0 0.03 243.48 0.92 0.67
Hex 66 5D F8 3B 3E 0 3 F3 5C 43
Octal 146 135 370 73 76 0 3 363 134 103
Binary 1100110 1011101 11111000 111011 111110 0 11 11110011 1011100 1000011

Color Harmonies of #665DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DF8

Black with #665DF8

Text Example


Text Example

White with #665DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,248); }

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

background-color css

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

 a { background-color: rgb(102,93,248); }

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

border-color css

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

 span { border-color: rgb(102,93,248); }

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