Html Css Color HEX #665FEA Medium Slate Blue

📋 copy color: '#665FEA'

red 102 ◦ green 95 ◦ blue 234

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

Shades of Medium Slate Blue #665FEA

Tints of Medium Slate Blue #665FEA

RGB

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

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

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

R = 23.67%
G = 22.04%
B = 54.29%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#665FEA (or 0x665FEA) is known color: Medium Slate Blue. HEX triplet: 66, 5F and EA. RGB value is (102,95,234). Sum of RGB (Red+Green+Blue) = 102+95+234=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #665FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FEA is #99A015. Grayscale: #707070. Windows color (decimal): -10067990 or 15359846. OLE color: 15359846.

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

Color convert

RGB 102 95 234 -
CMYK 0.56 0.59 0 0.08
HSL 243.02º 0.77% 0.65% -
HSV(B) 243.02º 0.59% 0.92% -
XYZ 24.42 16.95 79.83 -
YUV 112.94 196.32 120.2 -
System Red Green Blue C M Y K H S L
Decimal 102 95 234 0.56 0.59 0 0.08 243.02 0.77 0.65
Hex 66 5F EA 38 3B 0 8 F3 4D 41
Octal 146 137 352 70 73 0 10 363 115 101
Binary 1100110 1011111 11101010 111000 111011 0 1000 11110011 1001101 1000001

Color Harmonies of #665FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FEA

Black with #665FEA

Text Example


Text Example

White with #665FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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