Html Css Color HEX #665FFF Medium Slate Blue

📋 copy color: '#665FFF'

red 102 ◦ green 95 ◦ blue 255

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

Shades of Medium Slate Blue #665FFF

Tints of Medium Slate Blue #665FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 22.57%
G = 21.02%
B = 56.42%

CMYK

 C value IS 0.6

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#665FFF (or 0x665FFF) is known color: Medium Slate Blue. HEX triplet: 66, 5F and FF. RGB value is (102,95,255). Sum of RGB (Red+Green+Blue) = 102+95+255=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #665FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FFF is #99A000. Grayscale: #727272. Windows color (decimal): -10067969 or 16736102. OLE color: 16736102.

HSL color Cylindrical-coordinate representation of color #665FFF: hue angle of 242.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665FFF is Cyan = 0.6, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 95 255 -
CMYK 0.6 0.63 0 0
HSL 242.63º 1% 0.69% -
HSV(B) 242.63º 0.63% 1% -
XYZ 27.62 18.23 96.67 -
YUV 115.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 102 95 255 0.6 0.63 0 0 242.63 1 0.69
Hex 66 5F FF 3C 3F 0 0 F3 64 45
Octal 146 137 377 74 77 0 0 363 144 105
Binary 1100110 1011111 11111111 111100 111111 0 0 11110011 1100100 1000101

Color Harmonies of #665FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FFF

Black with #665FFF

Text Example


Text Example

White with #665FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,255); }

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

background-color css

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

 a { background-color: rgb(102,95,255); }

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

border-color css

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

 span { border-color: rgb(102,95,255); }

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