Html Css Color HEX #665EEA Medium Slate Blue

📋 copy color: '#665EEA'

red 102 ◦ green 94 ◦ blue 234

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

Shades of Medium Slate Blue #665EEA

Tints of Medium Slate Blue #665EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 23.72%
G = 21.86%
B = 54.42%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#665EEA (or 0x665EEA) is known color: Medium Slate Blue. HEX triplet: 66, 5E and EA. RGB value is (102,94,234). Sum of RGB (Red+Green+Blue) = 102+94+234=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #665EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EEA is #99A115. Grayscale: #6F6F6F. Windows color (decimal): -10068246 or 15359590. OLE color: 15359590.

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

Color convert

RGB 102 94 234 -
CMYK 0.56 0.60 0 0.08
HSL 243.43º 0.77% 0.64% -
HSV(B) 243.43º 0.6% 0.92% -
XYZ 24.33 16.77 79.8 -
YUV 112.35 196.65 120.62 -
System Red Green Blue C M Y K H S L
Decimal 102 94 234 0.56 0.60 0 0.08 243.43 0.77 0.64
Hex 66 5E EA 38 3C 0 8 F3 4D 40
Octal 146 136 352 70 74 0 10 363 115 100
Binary 1100110 1011110 11101010 111000 111100 0 1000 11110011 1001101 1000000

Color Harmonies of #665EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EEA

Black with #665EEA

Text Example


Text Example

White with #665EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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