Html Css Color HEX #665BEA Medium Slate Blue

📋 copy color: '#665BEA'

red 102 ◦ green 91 ◦ blue 234

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

Shades of Medium Slate Blue #665BEA

Tints of Medium Slate Blue #665BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 23.89%
G = 21.31%
B = 54.8%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#665BEA (or 0x665BEA) is known color: Medium Slate Blue. HEX triplet: 66, 5B and EA. RGB value is (102,91,234). Sum of RGB (Red+Green+Blue) = 102+91+234=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #665BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BEA is #99A415. Grayscale: #6E6E6E. Windows color (decimal): -10069014 or 15358822. OLE color: 15358822.

HSL color Cylindrical-coordinate representation of color #665BEA: hue angle of 244.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665BEA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 91 234 -
CMYK 0.56 0.61 0 0.08
HSL 244.62º 0.77% 0.64% -
HSV(B) 244.62º 0.61% 0.92% -
XYZ 24.07 16.25 79.71 -
YUV 110.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 102 91 234 0.56 0.61 0 0.08 244.62 0.77 0.64
Hex 66 5B EA 38 3D 0 8 F5 4D 40
Octal 146 133 352 70 75 0 10 365 115 100
Binary 1100110 1011011 11101010 111000 111101 0 1000 11110101 1001101 1000000

Color Harmonies of #665BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BEA

Black with #665BEA

Text Example


Text Example

White with #665BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,91,234); }

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

background-color css

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

 a { background-color: rgb(102,91,234); }

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

border-color css

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

 span { border-color: rgb(102,91,234); }

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