Html Css Color HEX #665DFA Medium Slate Blue

📋 copy color: '#665DFA'

red 102 ◦ green 93 ◦ blue 250

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

Shades of Medium Slate Blue #665DFA

Tints of Medium Slate Blue #665DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 22.92%
G = 20.9%
B = 56.18%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#665DFA (or 0x665DFA) is known color: Medium Slate Blue. HEX triplet: 66, 5D and FA. RGB value is (102,93,250). Sum of RGB (Red+Green+Blue) = 102+93+250=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #665DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665DFA is #99A205. Grayscale: #707070. Windows color (decimal): -10068486 or 16407910. OLE color: 16407910.

HSL color Cylindrical-coordinate representation of color #665DFA: hue angle of 243.44º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665DFA is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 93 250 -
CMYK 0.59 0.63 0 0.02
HSL 243.44º 0.94% 0.67% -
HSV(B) 243.44º 0.63% 0.98% -
XYZ 26.65 17.56 92.43 -
YUV 113.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 102 93 250 0.59 0.63 0 0.02 243.44 0.94 0.67
Hex 66 5D FA 3B 3F 0 2 F3 5E 43
Octal 146 135 372 73 77 0 2 363 136 103
Binary 1100110 1011101 11111010 111011 111111 0 10 11110011 1011110 1000011

Color Harmonies of #665DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DFA

Black with #665DFA

Text Example


Text Example

White with #665DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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