Html Css Color HEX #665FFB Medium Slate Blue

📋 copy color: '#665FFB'

red 102 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #665FFB

Tints of Medium Slate Blue #665FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 22.77%
G = 21.21%
B = 56.03%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#665FFB (or 0x665FFB) is known color: Medium Slate Blue. HEX triplet: 66, 5F and FB. RGB value is (102,95,251). Sum of RGB (Red+Green+Blue) = 102+95+251=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #665FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FFB is #99A004. Grayscale: #727272. Windows color (decimal): -10067973 or 16473958. OLE color: 16473958.

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

Color convert

RGB 102 95 251 -
CMYK 0.59 0.62 0 0.02
HSL 242.69º 0.95% 0.68% -
HSV(B) 242.69º 0.62% 0.98% -
XYZ 26.98 17.97 93.31 -
YUV 114.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 102 95 251 0.59 0.62 0 0.02 242.69 0.95 0.68
Hex 66 5F FB 3B 3E 0 2 F3 5F 44
Octal 146 137 373 73 76 0 2 363 137 104
Binary 1100110 1011111 11111011 111011 111110 0 10 11110011 1011111 1000100

Color Harmonies of #665FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FFB

Black with #665FFB

Text Example


Text Example

White with #665FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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